ff_annotation_route_library 3.1.0 ff_annotation_route_library: ^3.1.0 copied to clipboard
The library for ff_annotation_route,support both null-safety and non-null-safety.
3.1.0 #
- Support route interceptor
- Add
RouteLifecycleState
provides lifecycle management for routes - Add
GlobalNavigator
manages global navigation actions
3.0.0 #
- Breaking change: use
FFRouteSettings.builder
instead ofFFRouteSettings.widget
- Breaking change: use
FFPage.builder
instead ofFFPage.widget
- Breaking change: use
notFoundPageBuilder
instead ofnotFoundWidget
2.0.4 #
- Add
FFRouteSettings.notFound
factory constructor.
2.0.3 #
- add notFoundWidget for FFRouterDelegate
2.0.2 #
- add notFoundWidget for GetRouteSettings
2.0.1 #
- Fix issue that we should not set reportsRouteUpdateToEngine to true when use Router. Flutter #77143
2.0.0 #
1.2.0 #
- Add more same method(navigator) for FFRouterDelegate
1.1.0 #
- Add FFConvert
1.0.0 #
- Initial version