Skip to content

Releases: AmigoSniper/account-manager

Account Manager 1.0.1

27 Jun 13:31

Choose a tag to compare

Add Feature

  1. Hide password
  2. Confirm delete
  3. Expand description field in Account

Account Manager 1.0

17 Jun 22:39

Choose a tag to compare

Feature

  1. Game Detail Display: Display details of a selected game including its name and image.

  2. Account Management: Manage accounts associated with a selected game, including adding new accounts, viewing existing accounts, and searching accounts by name.

  3. Search Functionality: Allows users to search for specific accounts by their names.

  4. Sorting Accounts: Sorts displayed accounts alphabetically by name.

  5. Add Account: Enables users to add a new account associated with the selected game.

  6. Database Operations: Perform operations such as inserting new accounts and retrieving accounts from the database.

  7. User Interface Customization: Customizes the UI to show game details at the top, followed by a search bar and a list of accounts associated with the game.

  8. Responsive Design: Ensures the UI adapts to different screen sizes using Flutter's widgets and layout mechanisms.

  9. Image Handling: Manages images for games and possibly accounts, allowing users to set game images and potentially account avatars.

  10. Data Persistence: Utilizes local database storage to persist game and account data across sessions.

flutter_01