lifecycle_controller 2.0.0
lifecycle_controller: ^2.0.0 copied to clipboard
A Flutter library for simplified state and lifecycle management. Offers structured handling of screen events, local state, async operations, and UI updates, promoting clean architecture and maintainab [...]
0.0.1 #
- TODO: Describe initial release.
0.0.2 #
- FEAT: buildView() method changed to build() method.
0.0.3 #
- FEAT: throttle() method added to the
LifycycleControllerclass.
1.0.0 #
- Major release.
1.0.1 #
- REFACTOR: Separate each function into mixins
- FEAT: Add mixin to send/receive events
1.0.2 #
- FEAT: Add LifecycleScope widget
1.0.3 #
- FEAT: add listen method
2.0.0 #
- BREAKING CHANGE: LifecycleController abolishes LoadingMixin as it is the policy not to do any handling related to display.
- FEAT: Added global event sending functionality to EventBusMixin