get_x_navigation_generator_annotations library

Classes

GetXDialog
Marks a class as a get X dialog A method will be generated Similar to GetXRoute with navigationType = NavigationType.dialog
GetXNavigator
Marks a class as a navigator and create a base navigator class for it
GetXRoute
Marks a class as a get X route, a page and method will be generated
GetXRouteConstructor
The constructor or static method to use to create a get X route The arguments will be used to generate the goTo method

Constants

getXDialog → const GetXDialog
const instance of GetXDialog with default arguments
getXNavigator → const GetXNavigator
const instance of InjectableInit with default arguments
getXRoute → const GetXRoute
const instance of GetXRoute with default arguments
getXRouteConstructor → const GetXRouteConstructor
const instance of GetXRouteConstructor

Enums

The type of navigation to use
RouteTransition