Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 712 Bytes

CHANGELOG.md

File metadata and controls

45 lines (26 loc) · 712 Bytes

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.