flutter_project_template 0.0.2
flutter_project_template: ^0.0.2 copied to clipboard
A flutter package template with sample code and usage of Bloc pattern for state management.
0.0.2 #
- Replace manual usage of
Colorin UI layer withTheme.of(context)for better theme management and styling - Updated example app with the latest changes
- Updated theme helper for more typography and color options
- Separate home_cubit and home_state for better state management
- Fix provider not found issue for locale cubit
0.0.1 #
- Package initial release