wizard_router 0.9.3 wizard_router: ^0.9.3 copied to clipboard
Routing for linear wizards. No dependencies between pages. Pages merely request the next page. Routes and conditions defined in a central place.
0.9.3 #
- Remove non-existent routes when rebuilt (#29)
0.9.2 #
- Fix Flutter 3.7.0 compatibility
0.9.1 #
- Add HeroController
0.9.0 #
- Add WizardScope.replace()
0.8.1 #
- Fix WizardScope.hasNext
0.8.0 #
- Add Wizard.maybeOf()
- Add Wizard.done()
- Add WizardObserver
- Upgrade to Flutter 3.0 & Dart 2.17
0.7.0+1 #
- Fix links in README.md
0.7.0 #
- Expose an 'observers' member to enable monitoring a Wizard's navigation.
0.6.0 #
- Remove unnecessary provider dependency.
- Fix Wizard.hasPrevious and Wizard.hasNext.
- Fix Wizard.of() access in immediate route builder context.
0.5.0 #
- Move onNext and onBack to WizardRoute.
0.4.0 #
- Add result argument to Wizard.back()
0.3.0 #
- Add Wizard.home()
- Add Wizard.hasNext and Wizard.hasPrevious
0.2.0 #
- Upgrade to provider 6.0.0 to fix Flutter master compatibility.
0.1.0+1 #
- Update description.
0.1.0 #
- Initial release.