re_state_action 1.2.0
re_state_action: ^1.2.0 copied to clipboard
A simple state management library for Flutter based on States and Actions managed by Streams with RxDart.
1.2.0 #
- Added
guardStatemethod toReStateto allow safe sync emitting of state changes without try-catch blocks - Added
ifStatemethod toReStateto allow safe execution of callbacks with expected current states. - Added
ifStatemethod toReStateto allow safe sync execution of callbacks with expected current states.
1.1.0 #
- Updated
ReListenerModifierapproach
1.0.1 #
- Added
guardStatemethod toReStateto allow safe emitting of state changes without try-catch blocks
1.0.0 #
- Bumped version to 1.0.0 stable release
0.0.13 #
- Updated readme documentation with Dart 3 example
- Fixed
ReStateActionWidgetdoc - Fixed
ReStateWidgetdoc - Fixed
ReActionListenerdoc
0.0.12 #
- Refactored
ReStateActionWidgetto remove duplicated code withReStateWidget
0.0.11 #
- Created
ReListenerModifierslibrary to hold all listener modifiers
0.0.10 #
- Improved error handling
0.0.9 #
- Added
ReStateEventandReStateActionEventto allow for more granular control over the events that are dispatched from the view
0.0.8 #
- Added
ReListenerModifierto allow for more granular control over when to listen to actions or state changes
0.0.7 #
- Added
ReStateBuildConditionto allow for more granular control over when to rebuild widgets - Added
ReActionListenerConditionto allow for more granular control over when to listen to actions
0.0.6 #
- Changed actionNotifier type to PublishSubject
0.0.5 #
- Added readme documentation
0.0.4 #
- Added unit and widget tests
0.0.3 #
- Added initial documentation
- Adjust ReStateWidget property to use ReState instead of ReStateAction
0.0.2 #
- Added example app to demonstrate usage
- Downgraded of dart min sdk version to 2.12.0
0.0.1 #
- Initial release