- Add Wizard.maybeOf()
- Add Wizard.done()
- Add WizardObserver
- Upgrade to Flutter 3.0 & Dart 2.17
- Fix links in README.md
- Expose an 'observers' member to enable monitoring a Wizard's navigation.
- Remove unnecessary provider dependency.
- Fix Wizard.hasPrevious and Wizard.hasNext.
- Fix Wizard.of() access in immediate route builder context.
- Move onNext and onBack to WizardRoute.
- Add result argument to Wizard.back()
- Add Wizard.home()
- Add Wizard.hasNext and Wizard.hasPrevious
- Upgrade to provider 6.0.0 to fix Flutter master compatibility.
- Update description.
- Initial release.