Skip to content

Releases: lukepighetti/fluro

2.0.3

01 Mar 19:17
Compare
Choose a tag to compare
update readme, 2.0.3

2.0.2

01 Mar 17:13
Compare
Choose a tag to compare
2.0.2

1.7.8

24 Nov 13:58
Compare
Choose a tag to compare
  • remove nullOk

1.7.7

27 Oct 00:07
Compare
Choose a tag to compare
  • fix unecessary platform check that caused 'dependOnInheritedWidgetOfExactType' was called on null error

1.7.6

22 Oct 11:15
Compare
Choose a tag to compare
  • more null coalesce guards

1.7.5

22 Oct 11:06
Compare
Choose a tag to compare
  • fix route.transitionDuration null coalesce

1.7.4

20 Oct 13:21
Compare
Choose a tag to compare
  • add documentation to public members

1.7.3

17 Oct 04:47
Compare
Choose a tag to compare
  • add FluroRouter.navigateTo(.rootNavigator, .nullOk)
  • add custom transitions in define
  • add BuildContext.settings and BuildContext.arguments extensions

1.7.2

16 Oct 14:11
Compare
Choose a tag to compare
  • Change to MIT license
  • Setup GitHub Actions
  • Update README text & badges

1.7.0

16 Oct 03:13
Compare
Choose a tag to compare
  • 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