A simple mobile application for managing character statistics, built with Flutter. Users can view and increment different attributes such as Strength, Dexterity, Constitution, Intelligence, Wisdom, Charisma, and Luck.
- Displays character statistics with numerical values.
- Color-coded numbers for easy readability.
- Incremental buttons to increase each statistic.
- Clean and intuitive UI.
- Flutter: Cross-platform development.
- Dart: Programming language for Flutter.
Example of the app displaying character stats with an increment button.
- Clone the repository:
git clone https://github.com/your-username/character-statistics.git cd character-statistics
- Install dependencies:
flutter pub get
- Run the app:
flutter run
- Add decrement buttons.
- Implement persistent storage.
- Enhance UI with animations.