implicit_navigator library

Classes

ImplicitNavigator<T>
Pushes and pops pages from an internal navigator in response to changing app state.
ImplicitNavigatorBackButton
A back button that is only visible when an ImplicitNavigator has pages it can pop.
ImplicitNavigatorNotification<T>
A notification that is dispatched whenever a ImplicitNavigator's stack changes.
ImplicitNavigatorState<T>
The state object of an ImplicitNavigatorState.
PopNotification<T>
A notification that is dispatched whenever an ImplicitNavigator pops a value and depth from it's internal navigation stack.
PushNotification<T>
A notification that is dispatched whenever an ImplicitNavigator pushes a new value and/or depth to it's internal navigation stack.
ValueHistoryEntry<T>
An entry that stores ImplicitNavigator.depth and ImplicitNavigator.value.