Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

59 lines (34 loc) · 1.04 KB

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 of FFRouteSettings.widget
  • Breaking change: use FFPage.builder instead of FFPage.widget
  • Breaking change: use notFoundPageBuilder instead of notFoundWidget

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

  • null*safety by default

1.2.4*nullsafety

  • Fix T?

1.2.3*nullsafety

  • Fix non*nullable error

1.2.2*nullsafety.1

  • Migrate to non*nullable

1.2.2

  • Fix FFRouteSettings's widget is null.

1.2.1

  • Fix bool convert and popPage.

1.2.0

  • Add more same method(navigator) for FFRouterDelegate

1.1.0

  • Add FFConvert

1.0.0

  • Initial version