blocstar 0.0.13 blocstar: ^0.0.13 copied to clipboard
Bloc based nano framework, that helps structure how your flutter code is laid out and written.
[0.0.1] - TODO: Add release date. #
- TODO: Describe initial release.
[0.0.5] - TODO: Add release date. #
- Made onAppStateChanged mandatory in BlocModelBase
[0.0.6] - TODO: Add release date. #
- Stopped rethrowing exceptions caught in the bloc runner
[0.0.7] - TODO: Add release date. #
- Added functionality to catch errors
[0.0.8] - TODO: Add release date. #
- Gave timeout result a higher precedence than general exceptions
[0.0.9] - Convenience. #
- Convenience method for running async directly from bloc
[0.0.11] - Refactor. #
- Renamed method 'bootstrapper' to more descriptive 'bind' in BlocWidgetState
[0.0.12] - Refactor. #
- Added a working example to demonstrate how to use the code
[0.0.13] - Refactor. #
- Added functionality for self-canceling of tasks that throw exceptions or those that timeout