enhanced_change_notifier 0.2.1
enhanced_change_notifier: ^0.2.1 copied to clipboard
A enhanced version of ChangeNotifier introduces new features `target`, `once`, and `immediate`.
0.2.1 #
- Feature #1: Introduce
EnhancedLatchNotifierlistener. - Feature #2: Introduce
ValueCallbacklistener.
0.2.0 #
- Feature #1: Introduce
PropertyValueCallbacklistener. - Feature #2: Override
hasListnersof ChangeNotifier to check if there are any listeners.
0.1.7 #
- Feature #1: Introduce
EnhancedValueNotifierholds a single value. - Feature #2: Introduce
Signalbuffers pipelined listener pending a release signal. - Feature #3: Introduce
PropertyCallbacklistener.
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.