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
-
NavigatorGuard
-
Base class for all navigator guards