state_lifecycle_observer 0.0.1
state_lifecycle_observer: ^0.0.1 copied to clipboard
A reusable Flutter state observer pattern implementation.
0.0.1 #
- Initial release.
- Added
LifecycleObserverbase class andLifecycleObserverMixin. - Included common observers:
AnimControllerObserver(supports fullAnimationControllerparams)ScrollControllerObserverTabControllerObserverTextEditingControllerObserver
- Implemented automatic lifecycle management (
onInit,onUpdate,onDispose). - Seamless integration via
super.build(context).