flutter_onlooker 3.0.3 flutter_onlooker: ^3.0.3 copied to clipboard
A state management library that provides a simple solution for updating state and navigation.
3.0.3 #
- Updated analysis library.
3.0.2 #
- Refactored example.
3.0.1 #
- Updated example and Readme.
3.0.0 #
- Changed method
navigate
.
2.1.0 #
- Renamed
dispose
method toclose
.
2.0.3 #
- Documented public api.
2.0.2 #
- Code refactoring.
2.0.1 #
- Improved of code naming.
2.0.0 #
- Limited of nullable states usage.
1.2.1 #
- Updated logic of getting initial state.
1.2.0 #
- Fixed performing hot reload issue of StateObserver.
1.1.1 #
- Updated logic of notifying a new state.
1.1.0 #
- Added
buildWhen
condition to StateObserver.
1.0.1 #
- Updated example and Readme.
1.0.0 #
Initial version of the library.
- Includes the ability to manage of multiple states in
StateNotifier
and update presentation layer usingStateObserver
widget. - Includes the ability to emit navigation events from
StateNotifier
which can be handled inStateNotifierProvider
.