menu
auto_route package
documentation
annotations.dart
annotations.dart
dark_mode
light_mode
annotations
library
Classes
AutoRouterConfig
Classes annotated with AutoRouteConfig will generate an abstract class that extends
RootStackRouter
that can be extended by the annotated class to be used as the RootRouter of the App
PathParam
this annotation is used to make parameters that's supposed to take their values from the dynamic segments of a path
QueryParam
this annotation is used to make parameters that's supposed to take their values from query params of the url
RoutePage
<
T
>
This annotation is used to mark flutter widgets as routable pages by enabling the router to construct them.
UrlFragment
this annotation is used to mark a parameter as a url fragment e.g /path#foo
Constants
inheritPathParam
→ const
PathParam
default PathParam.inherit()
pathParam
→ const
PathParam
default PathParam()
queryParam
→ const
QueryParam
default QueryParam()
routePage
→ const
RoutePage
default routePage
urlFragment
→ const
UrlFragment
default UrlFragment
auto_route package
documentation
annotations.dart
auto_route
package
Libraries
annotations
auto_route
annotations library