wizard_router 0.6.0 wizard_router: ^0.6.0 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.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.