flutter_onlooker 1.0.1 flutter_onlooker: ^1.0.1 copied to clipboard
A state management library which provides a simple solution for updating state and navigation.
[1.0.1] - 2021/11/17 #
- Updated example and Readme.
[1.0.0] - 2021/11/16 #
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
.