avionics library
Classes
- AppRouter
- BackStack
- BackStackListener
- DeepLinkNotifier
- InteractiveStack
- PathSegmentPattern
- RemainingRoutePath
- The remaining route path that needs to be consumed, including the full path from which the remaining route came.
- RemainingRoutePathScope
- An InheritedWidget that reports the remaining route path that needs to be handled/consumed by the subtree.
- RouteConsumer
- A widget that consumes part/all of a remaining route path and builds an associated subtree.
- Router
- RouteStack
Typedefs
-
PathBuilder
= Widget Function(Map<
String, Object> args) - RemainingPathBuilder = Widget Function(BuildContext, RemainingRoutePath path)