fast_router 2.0.2 copy "fast_router: ^2.0.2" to clipboard
fast_router: ^2.0.2 copied to clipboard

A router management, based on the modified version of fluro, adds more convenient extension function and global implementation without context jump

2.0.2 #

Fix parameter passing

2.0.1 #

Empty security repair

2.0.0 #

stand by Null safety

1.0.5+1 #

修复 当 arguments 空时赋值类型错误

1.0.5 #

新增兼容性支持 arguments 详细看 readme

Navigator.of(context).pushNamed(path, arguments: _arguments);

1.0.4+1 #

修复配置兼容性

1.0.4 #

修复配置兼容性

1.0.3+3 #

FastRouter-> configureRouters 新增 Duration transitionDuration

路由跳转的过渡时间

1.0.3+2 #

ModuleRouter -> define 新增 TransitionType transitionType配置

1.0.3+1 #

删除弃用的方法

修改 push 的参数 function 为 callback

增加部分注释

1.0.3 #

新增 example 不传参数跳转

修改 API 使用规范 弃用2个API

  1. pushResult
  2. goBackWithParams

修改 空方法异常

1.0.2 #

新增example

修改readme使用说明

1.0.1 #

修改名称引起的冲突问题

1.0.0 #

修改自 fluro 的新版本 加入一些新方法

1
likes
135
points
63
downloads

Publisher

unverified uploader

Weekly Downloads

A router management, based on the modified version of fluro, adds more convenient extension function and global implementation without context jump

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on fast_router