Fluro Versions Save

Fluro is a Flutter routing library that adds flexible routing options like wildcards, named parameters and clear route definitions.

2.0.3

3 years ago

2.0.2

3 years ago

1.7.8

3 years ago
  • remove nullOk

1.7.7

3 years ago
  • fix unecessary platform check that caused 'dependOnInheritedWidgetOfExactType' was called on null error

1.7.6

3 years ago
  • more null coalesce guards

1.7.5

3 years ago
  • fix route.transitionDuration null coalesce

1.7.4

3 years ago
  • add documentation to public members

1.7.3

3 years ago
  • add FluroRouter.navigateTo(.rootNavigator, .nullOk)
  • add custom transitions in define
  • add BuildContext.settings and BuildContext.arguments extensions

1.7.2

3 years ago
  • Change to MIT license
  • Setup GitHub Actions
  • Update README text & badges

1.7.0

3 years ago
  • Regenerated package & example
  • remove Router class
  • add maintainState to FluroRouter.navigateTo
  • add transitionDuration to FluroRouter.define
  • add TransitionType.none
  • add TransitionType.inFromTop
  • Pass custom RouteSettings with FluroRouter.navigateTo
  • basic flutter web support
  • add FluroRouter.pop result