router/src/ny_router library

Classes

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.

Enums

The NavigationType enum is used to define the type of navigation to be

Functions

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

Typedefs

NyRouteView = Widget Function(BuildContext context)
RouteView = (String, Widget Function(BuildContext context))
Type definition for the route view.