flutter_onlooker 1.1.0
flutter_onlooker: ^1.1.0 copied to clipboard
A state management library which provides a simple solution for updating state and navigation.
1.1.0 #
- Added
buildWhencondition 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
StateNotifierand update presentation layer usingStateObserverwidget. - Includes the ability to emit navigation events from
StateNotifierwhich can be handled inStateNotifierProvider.