routed_widget_switcher library
Classes
- DefaultUnknownRoute
- PathSwitcher
-
Takes a list of Routeds and switches between them based on the current
location
value. UsespathToRegExp
lib to perform pattern matching. Uses AnimatedSwitcher to transition between children. - PathSwitcherState
- Routed
- A path and associated widget builder.
- RoutedInfo
- Value object that is passed into the PathSwitcher.builders delegate so pages can easily access values they need.
- RoutedSwitcher
- Wraps a PathSwitcher and injects it with the current Router location. Binds to the current RouterDelegate and RouteInformationProvider for rebuilds.
- RoutedSwitcherState
- RouterUtils