A simple and interactive Counter App built using Flutter.
This app demonstrates basic state management, UI components, and user interaction in Flutter.
- ➕ Increment Counter
- ➖ Decrement Counter
- 🎯 Reset Counter
- ⚡ Smooth UI with Flutter Widgets
- 🎨 Clean and Responsive Design
- Flutter
- Dart
- Material UI
lib/ ├── controllers/ │ ├── counter_controller.dart │ └── step_navigation_controller.dart │ ├── screens/ │ └── step_tour_screen.dart │ ├── widgets/ │ ├── animated_counter_display.dart │ ├── glass_action_button.dart │ ├── speed_selector.dart │ └── step_navigator.dart │ ├── home_screen.dart └── main.dart
git clone https://github.com/mfarhan077/counter_app.git
<img width="1612" height="903" alt="image" src="https://github.com/user-attachments/assets/7bae6fbf-53f9-4f7c-b406-e90b0015fab3" />