re_state_action 0.0.7
re_state_action: ^0.0.7 copied to clipboard
A simple state management library for Flutter based on States and Actions managed by Streams with RxDart.
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