widget_state_notifier 5.2.0
widget_state_notifier: ^5.2.0 copied to clipboard
It provides a flexible solution for managing the state, enabling seamless communication between different parts of the widget tree.
0.0.1 #
- Initial release of
widget_state_notifier.
0.0.1+1 #
- Edited some changes.
1.0.0 #
- Fixed the type cast return in consumer widget.
1.1.0 #
- Added a 'MultiConsumerWidget' to manage states from different widget_state_notifiers.
1.1.1 #
- Fixed some changes.
1.1.2 #
- Fixed some changes.
1.1.3 #
- Fixed some changes.
2.0.0 #
- Fixed 'WidgetStateConsumer' instance changed.
3.0.0 #
- Fixed 'WidgetStateConsumer' instance changed.
3.1.0 #
- Added 'WidgetControlState' to control states.
3.1.1 #
- Added tests classes.
3.1.2 #
- Added [loading] control state.
3.1.3 #
- Implemented a default init control state.
3.1.4 #
- Changed the control interface to allow optional state update.
4.0.0 #
- Added 'WidgetStateProvider' and 'WidgetStateRequest'
5.0.0 #
- Added 'WidgetStateDependency' and Custom 'WidgetStateControl'
5.1.0 #
- Added Method to call for an update without a state or control
5.1.1 #
- Added Method to 'Register','Create or Replace', 'Unregister' and 'Dispose'
5.1.2 #
- Fixed minor compile error
5.2.0 #
- Added 'RestrictedWidgetStateNotifier' for exposing read-only and 'SendUpdatedWidgetStateControl'