An open API service indexing awesome lists of open source software.

https://github.com/salma-elmaghawry/basketball-points-counter-app

A Flutter-based app using Cubit state management to track and update scores for two teams. It allows users to add points, reset scores, and view real-time updates in a simple, interactive UI.
https://github.com/salma-elmaghawry/basketball-points-counter-app

cubit flutter-apps

Last synced: 6 months ago
JSON representation

A Flutter-based app using Cubit state management to track and update scores for two teams. It allows users to add points, reset scores, and view real-time updates in a simple, interactive UI.

Awesome Lists containing this project

README

          

# 🏀 Basketball Counter App 📱

Welcome to the **Basketball Counter App**! 🎉 This app is designed to help track the points for two teams during a basketball game. With an easy-to-use interface and intuitive controls, you can keep track of your game score in real-time. 🏆

---

## Features ✨

- **Track Points for Two Teams**: Easily add 1, 2, or 3 points to either Team A or Team B. 🏀
- **Reset Points**: Quickly reset both teams' points with a single button. 🔄
- **Simple UI**: Clean and user-friendly interface. 🎨
- **State Management with Cubit**: Efficient state management for real-time updates using Cubit. ⚡

---

## 🎥 Demo Video

Check out the video below to see the Notes App in action:

[![Watch the video](https://img.youtube.com/vi/WwoSBMkeAjw/0.jpg)](https://youtube.com/shorts/WwoSBMkeAjw?si=RkC37DjNJWzc2rD6)

---

## Installation 📥

To get started with this project, clone the repository and install the dependencies:

```bash
git clone https://github.com/yourusername/basketball_counter_app.git
cd basketball_counter_app
flutter pub get