ezbloc_flutter 0.9.2 ezbloc_flutter: ^0.9.2 copied to clipboard
Making blocs easy again. A simplified library for the original bloc approach.
0.9.2 #
- update sdk version
- update flutter bloc constructor
0.9.1 #
- fix flutter imports
0.9.0 #
- add new listen method for widget listeners
0.8.0 #
- update dependencies
0.7.1 #
- convert stream to broadcast in bloc builder
0.7.0 #
- add function to skip rebuilds
0.6.4 #
- update ezbloc
0.6.3 #
- fix null checks
0.6.2 #
- add clear cache function
0.6.1 #
- update packages
0.5.2 #
- change last build state condition
0.5.1 #
- fix global onError and onBusy arguments
0.5.0 #
- add global onError and onBusy arguments
0.4.1 #
- update packages
0.4.0 #
- update packages
0.3.3 #
- fix TypeAndArg equality
0.3.2 #
- fix TypeAndArg equality for lists, sets and maps
0.3.1 #
- update packages
0.3.0 #
- update packages
- change onError
0.2.0 #
- add BlocProvider and context extension
0.1.1 #
- update packages
- remove isValueType
0.1.0+2 #
- changed git url
0.1.0+1 #
- updated example
0.1.0 #
- Initial upload