activity_bloc 0.0.4
activity_bloc: ^0.0.4 copied to clipboard
Easily wrap async functions into blocs to manage their execution states
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