Points Counter is a simple Flutter app that lets you track and update the score for two basketball teams in real time. Tap buttons to add 1, 2, or 3 points to Team A or Team B, and reset the scores with a single tap. Designed with a clean UI and smooth performance.
- 🎯 Increment Team A or Team B by 1, 2, or 3 points
- 🔄 Reset both scores to zero
- 🟢 Consistent green-themed buttons and AppBar
- 📐 Maintains original fixed sizes and styles
- 📲 Scrollable & scales down automatically on small screens to prevent overflow
- Flutter — UI toolkit
- Dart — Programming language
- Material — Built‑in components
- ✅ Flutter 2.0 or higher
- ✅ Dart SDK
- ✅ An Android or iOS device/emulator
# 1. Clone the repository
git clone https://github.com/your-username/points-counter.git
# 2. Navigate into the project directory
cd points-counter
# 3. Get dependencies
flutter pub get
# 4. Run on connected device/emulator
flutter run