enhanced_change_notifier 0.1.7
enhanced_change_notifier: ^0.1.7 copied to clipboard
A enhanced version of ChangeNotifier introduces new features `target`, `once`, and `immediate`.
0.1.7 #
- Feature #1: Introduce
EnhancedValueNotifierholds a single value. - Feature #2: Introduce
Signalbuffers pipelined listener pending a release signal.
0.1.6 #
- README tuned
0.1.5 #
- tiny code optimization
0.1.4 #
- tiny code optimization
0.1.3 #
- tiny code optimization
0.1.2 #
- tiny code optimization
0.1.1 #
- Bug fixed #1:
targetlistener supports VoidCallback and PropertyCallback.
0.1.0 #
- Feature #1: Support
targetonceimmediatefor EnhancedChangeNotifier. - Feature #2: GlobalFactory Class helps create a global singleton instance.