A simple yet powerful Counter App built with Flutter that demonstrates the use of BLoC (Business Logic Component) for clean and reactive state management.
This project is perfect for beginners learning Flutter architecture patterns and reactive programming.
Features:
Increment and decrement counter using BLoC
Separation of UI and business logic
Reactive UI updates using Streams
Clean and maintainable folder structure
Tech Stack:
Flutter
Dart
BLoC Pattern