app_navigator library

Classes

AppNavigator
A widget that manages a set of child widgets with a stack discipline.
AppPage
A modal route that replaces the entire screen with a platform-adaptive transition. This class is an specific implementation of Page. Is used to handle transitions between pages. /// The fullscreenDialog property specifies whether the incoming route is a
DialogPage
This class display a Material Dialog This class is an specific implementation of Page. Is used to handle transitions between pages. This function takes a builder which typically builds a Dialog widget. Content below the dialog is dimmed with a ModalBarrier. The widget returned by the builder does not share a context with the location that showDialog is originally called from. Use a StatefulBuilder or a custom StatefulWidget if the dialog needs to update dynamically.
A widget that manages all the navigation changes. Uses a imperative declaration follow the Navigator 2.0 guidelines.