Anber is a PLOT calculator designed to keep track of the current score in a game and display the results of previous games. Built with Flutter and Isar Local Database, Anber provides an intuitive and efficient way to manage game scores.
- Current Game Score Tracking: Easily input and update the score for the ongoing game.
- View Previous Results: Access a list of previous game results, saved locally for quick reference.
- Fast and Lightweight: Powered by the Isar Local Database, Anber ensures quick access to data with minimal resource usage.
Before you begin, ensure you have met the following requirements:
- Flutter SDK: Install Flutter if you haven't already.
- Dart: Included with Flutter, but ensure it's updated.
- Isar Database: The Isar plugin should be added to your
pubspec.yamlfile.
- Clone the Repository:
git clone https://github.com/NAWR9/anber.git cd anber - Install Dependencies:
flutter pub get
- Run the App:
flutter run
- Start a New Game: Begin tracking a new game's score by entering the relevant details.
- Update Scores: Easily update the score as the game progresses.
- View Past Results: Access previous game results from the main menu.
- Flutter - The UI toolkit used to build natively compiled applications for mobile, web, and desktop from a single codebase.
- Isar Local Database - A super-fast, ACID-compliant, and cross-platform NoSQL database for Flutter apps.
If you have any questions or suggestions, feel free to reach out:
- Osamah Sadeq - osamah.saddeq@gmail.com