This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
Releases: canonical/wizard_router
Releases · canonical/wizard_router
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2023-06-15)
What's Changed
- Add root argument to Wizard.of() and Wizard.maybeOf() by @jpnurmi in #34
- Fix lints by @jpnurmi in #35
- Example: enable & fix lints by @jpnurmi in #36
- Update CI by @jpnurmi in #37
- remove Wizard.done() by @d-loose in #38
- Refactor WizardController by @d-loose in #39
- remove WizardObserver by @d-loose in #40
- add support for optionally async callbacks by @d-loose in #41
- WizardController: await potentially async onBack callback by @d-loose in #43
- WizardController: return results in jump and replace by @d-loose in #44
- WizardScopeState: expose WizardController by @d-loose in #45
- README: add controller example by @d-loose in #46
- Release 1.0.0-beta by @d-loose in #47
- add onLoad callback by @d-loose in #48
- Add
isLoading
toWizardController
andWizardScopeState
by @d-loose in #42 - Restore HeroController by @jpnurmi in #49
- Release 1.0.0-beta.2 by @jpnurmi in #50
- ci: switch from deprecated
flutter format
todart format
by @jpnurmi in #52 - onLoad: add return value to allow guarding routes by @jpnurmi in #51
- fix(controller): prevent notifying listeners after being disposed by @jpnurmi in #55
Full Changelog: v0.10.1...v1.0.0