fbloc_event_gen 3.1.1
fbloc_event_gen: ^3.1.1 copied to clipboard
Intended to replace @freezed BLOC. Generates STATE, EVENT AND BLOC from a SINGLE LINE OF STATE VARIABLE and can generate custom event classes from factory constructors.
Changelog #
3.1.1 #
- Code Topics Changes
3.1.0+1 #
- Implemented Code Formating
3.1.0 #
- Rewritten generator Logic for better performance also Adaptation to Universal types
3.0.4 #
- Readme and Documantation changes
- Bug Fixes
3.0.3 #
- Readme and Documantation changes
- Updated Dependecy
- Android Ios Platform Support added
3.0.2 #
Major Changes #
- Introduced automatic BuildContext extension generation
- Added automatic Bloc event registration system
- Implemented one-line state updates through context extension
- New Features:
- Generated
setBaseBlocState
method for simplified state management - Automatic event handler registration in Bloc constructor
- Type-safe event generation for each state variable
- Improved null safety handling in generated code
- Generated
- Breaking Changes:
- Changed annotation syntax to be more intuitive
- Modified state class generation structure
- Updated event registration pattern
- Performance Improvements:
- Optimized code generation process
- Reduced generated code size
- Bug Fixes:
- Fixed issues with nullable type handling
- Corrected event registration for complex types
- Resolved state update conflicts
2.0.2 #
- State Variable event Generator
2.0.1 #
- Updated with annotations as @generateEvents and as @generateStates
2.0.0 #
- Updated with annotations changes along with new state generators
1.0.2 #
- Readme change
1.0.1 #
- Initial release