flutter_onlooker 1.2.0 flutter_onlooker: ^1.2.0 copied to clipboard
A state management library which provides a simple solution for updating state and navigation.
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
.