flutter_navigation_generator_annotations library

Classes

FlutterBottomSheet
Marks a class as a Flutter bottomSheet A method will be generated Similar to FlutterRoute with navigationType = NavigationType.bottomSheet
FlutterDialog
Marks a class as a Flutter dialog A method will be generated Similar to FlutterRoute with navigationType = NavigationType.dialog
FlutterNavigator
Marks a class as a navigator and create a base navigator mixin for it
FlutterRoute
Marks a class as a Flutter route, a pageRoute and method will be generated
FlutterRouteConstructor
The constructor or static method to use to create a page route The arguments will be used to generate the goTo method
Base class for all navigator guards

Enums

IncludeQueryParametersType
Whether to use query parameters to provide the arguments
The type of navigation to use

Constants

flutterBottomSheet → const FlutterBottomSheet
const instance of FlutterBottomSheet with default arguments
flutterDialog → const FlutterDialog
const instance of FlutterDialog with default arguments
flutterNavigator → const FlutterNavigator
const instance of FlutterNavigator with default arguments
flutterRoute → const FlutterRoute
const instance of FlutterRoute with default arguments
flutterRouteConstructor → const FlutterRouteConstructor
const instance of FlutterRouteConstructor