Flutter app for managing Keyforge decks
This is the Flutter transformation of an old projet made in Java https://github.com/Pive01/Keyforge_managemet Once on the playStore you'll see this as an update of the old project since I've kept package-name and similar database structure (meaning that you won't loose the data you previously had)
- Search deck through it's name
- Save decks (offilne) and have a list of them
- Keep track of wins/losses of decks
- Import win/losses through TheCrucible (override or extend)
- Show list of cards of deck
- Show in-depth stats for deck
- Import decks from DecksOfKeyforge
- Import decks from MasterVault to DecksOfKeyforge
- Keep logged on TheCrucible to auto-import updated on win/losses (if feasible)
- Group decks
- Support switching between light and dark mode (currently only dark mode supported)