activity_bloc 0.0.8
activity_bloc: ^0.0.8 copied to clipboard
Easily wrap async functions into blocs to manage their execution states
0.0.8 #
- Limit scope to enums only
0.0.7 #
- Add support for passing optional scope of running to distinguish between different contexts when needed
0.0.6 #
- Reset whole state of bloc including failure, input and output
0.0.5 #
- Add support to reset bloc state
0.0.4 #
- Add type definitions generation for bloc and run bloc event types
0.0.3 #
- Fix issue with improper code generation for compound output or failure types
0.0.2 #
- Add ability to specify generated classes prefix and custom names per activity
- Fix issue with improper code generation when void type is supplied for either output or failure
0.0.1 #
- Initial release