Releases: lukepighetti/fluro
Releases · lukepighetti/fluro
2.0.3
2.0.2
2.0.2
1.7.8
- remove nullOk
1.7.7
- fix unecessary platform check that caused
'dependOnInheritedWidgetOfExactType' was called on null
error
1.7.6
- more null coalesce guards
1.7.5
- fix route.transitionDuration null coalesce
1.7.4
- add documentation to public members
1.7.3
- add FluroRouter.navigateTo(.rootNavigator, .nullOk)
- add custom transitions in define
- add BuildContext.settings and BuildContext.arguments extensions
1.7.2
- Change to MIT license
- Setup GitHub Actions
- Update README text & badges
1.7.0
- 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