Releases: AmigoSniper/account-manager
Account Manager 1.0.1
Add Feature
- Hide password
- Confirm delete
- Expand description field in Account
Account Manager 1.0
Feature
-
Game Detail Display: Display details of a selected game including its name and image.
-
Account Management: Manage accounts associated with a selected game, including adding new accounts, viewing existing accounts, and searching accounts by name.
-
Search Functionality: Allows users to search for specific accounts by their names.
-
Sorting Accounts: Sorts displayed accounts alphabetically by name.
-
Add Account: Enables users to add a new account associated with the selected game.
-
Database Operations: Perform operations such as inserting new accounts and retrieving accounts from the database.
-
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.
-
Responsive Design: Ensures the UI adapts to different screen sizes using Flutter's widgets and layout mechanisms.
-
Image Handling: Manages images for games and possibly accounts, allowing users to set game images and potentially account avatars.
-
Data Persistence: Utilizes local database storage to persist game and account data across sessions.
