bloc-pattern
Installation
SKILL.md
BLoC Pattern in Flutter
Comprehensive guide to implementing the BLoC (Business Logic Component) pattern in Flutter for scalable, testable, and maintainable applications.
When to Use This Skill
- Building scalable Flutter applications
- Separating business logic from UI
- Implementing testable architecture
- Managing complex state
- Handling async operations
- Stream-based state management
Core BLoC Concepts
Events
User interactions or system events that trigger state changes