rx_bloc_generator 1.0.0 rx_bloc_generator: ^1.0.0 copied to clipboard
Code generator for rx_bloc that makes your BloC zero-boilerplate.
[1.0.0] - December 02, 2020 #
- Consolidated rx_bloc ecosystem in one repository
- Removed flutter dependency
- Applied strict static code analysis
- Fixes and improvements
[0.2.1] - May 5, 2020 #
- Updated package dependencies
- Reorganized package
[0.2.0] - May 5, 2020 #
- Improved error handling and displaying: Error messages are logged in the console with an [ERROR] tag and a red color for easier noticing
- Events (and seeds using the @RxBlocEvent annotation) support multiple parameters
[0.1.3] - April 7, 2020 #
- Updated package dependencies
[0.1.2] - March 19, 2020 #
- Fixed generation of
part of
- Updated
rx_bloc
package to0.2.0
[0.1.1] - March 16, 2020 #
- Fixed conflicting outputs with other builders
[0.1.0] - March 14, 2020 #
- Implemented @RxBlocEvent annotation
- Generated event subjects and mappers are now private to the BloC
- Updated README file
- Updated rx_bloc dependency
[0.0.1] - Jan 16, 2020 #
- Initial release