value_bloc 1.1.0
value_bloc: ^1.1.0 copied to clipboard
A predictable state management library that helps implement a fetch data from database or another storage
Changelog #
1.1.0 #
- Update dependencies
- Added DataCubits
1.0.0 #
- Migrated to null-safety
0.5.0 #
- Now the cubits are modular inside your cubit!
ValueCubit,ListCubit,SetCubit,SingleCubitandMultiCubit - Now you can mix your cubit with loading cubit!
0.4.3 #
Added analysis_options.yaml
0.4.2 #
Improve imports
0.4.0 #
Fix some bugs and added ValueState.isReloading get
0.2.1 #
Fix IDE suggestions
0.2.0 #
Fix not public *.g.dart files
0.1.0+1 #
Fix publish errors
0.1.0 #
- Converted the blocs to cubits
- Converted the Status Enums in cubit state
- Implemented a custom Fetchers
- More improvements
0.0.1 #
InitialRelease