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.

Constants

inheritPathParam → const PathParam
default PathParam.inherit()
pathParam → const PathParam
default PathParam()
queryParam → const QueryParam
default QueryParam()
routePage → const RoutePage
default routePage