Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.41 KB

File metadata and controls

31 lines (21 loc) · 1.41 KB

Keyforgery

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)

Current Features

  • 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)

In Progress

  • 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)