Uno Score Tracker is a Flutter application developed to manage player scores during Uno games.
- Track multiple players' scores: Add up to ten players and track their scores in real-time.
- Adaptive interface: See the interface adapt as the game score changes.
- Simple and intuitive interface: Easy to use, with clear controls to add players and adjust scores.
- Customizable settings: Options to reset points when removing or adding new players.
- Flutter
- Dart
- Clone this repository:
git clone https://github.com/gabrielsants/uno_score_tracker.git
- Navigate to the project folder:
cd uno_score_tracker
- Install dependencies:
flutter pub get
- Run the application:
flutter run