router/router_proxy library

Classes

RouterProxy

Enums

LaunchMode
路由启动模式

Typedefs

ExitWindow = Future<bool> Function(BuildContext context)
PageTypeGuard = Future<bool> Function(Type? fromPageType, Type toPageType)
ResultCallBack = void Function(dynamic result)
RouteGuard = Future<bool> Function(RouteInformation from, RouteInformation to)
RoutePathCallBack = Widget? Function(RouteInformation routeInformation)
author:郑再红 email:1096877329@qq.com date: 2022-12-05 time: 09:12 describe 基于路由2.0实现界面跳转 支持1.0中的路由传值,回传取值 支持多路由栈架构(主路由栈 + 抽屉路由栈)