router/router library

Classes

NyNavigator
NyRouter
NyRouterRoute manages routing, registering routes with transitions, navigating to routes, closing routes. It is a thin layer on top of Navigator to help you encapsulate and manage routing at one place.

Functions

nyCreateRoutes(dynamic build(NyRouter router)) NyRouter
Builds the routes in the router.dart file

Typedefs

NyRouteView = Widget Function(BuildContext context)