Releases: felangel/flow_builder
Releases · felangel/flow_builder
v0.1.0
What's Changed
- BREAKING: replace deprecated
WillPopScope
withPopScope
- refactor: update dart sdk constrant to
>=3.2.0
- refactor: update flutter constraint to
>=3.16.0
- refactor: update dart sdk constrant to
- refactor: update lint rules
- chore: update copyright year
- chore: update example (including native platforms)
New Contributors
Full Changelog: v0.0.10...v0.1.0
v0.0.10
v0.0.9
What's Changed
- fix: cannot pop with Android back button by @wolfenrain in #89
New Contributors
- @wolfenrain made their first contribution in #89
Full Changelog: v0.0.8...v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
- BREAKING: refactor:
FlowController.state
setter removed in favor ofupdate
(#61) - fix:
FlowController
notification updates to improve back/forth navigation viaBackButton
(#61) - fix: intellisense on
update
to include state argument (#64)- introduce FlowCallback typedef to improve readability and reusability
- Thanks @narcodico for the contribution
- fix: intellisense on
OnGeneratePages
(#72)- Thanks @Lootwig for the contribution