Releases: felangel/flow_builder
Releases · felangel/flow_builder
v0.1.0
02 Apr 04:43
Compare
Sorry, something went wrong.
No results found
What's Changed
BREAKING : replace deprecated WillPopScope with PopScope
refactor: update dart sdk constrant to >=3.2.0
refactor: update flutter constraint to >=3.16.0
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
21 Nov 19:17
Compare
Sorry, something went wrong.
No results found
feat: add optional clipBehavior (#113 )
refactor: update to Flutter 3.13.9
v0.0.9
31 May 20:18
Compare
Sorry, something went wrong.
No results found
v0.0.8
12 May 20:17
Compare
Sorry, something went wrong.
No results found
fix: add dart sdk constraint >=2.17.0
v0.0.7
11 May 20:52
Compare
Sorry, something went wrong.
No results found
refactor: remove null-aware operand
chore(example): upgrade platforms
v0.0.6
12 Nov 02:11
Compare
Sorry, something went wrong.
No results found
fix: removeListener when FlowController has been completed (#73 )
v0.0.5
03 Nov 18:24
Compare
Sorry, something went wrong.
No results found
BREAKING : refactor: FlowController.state setter removed in favor of update (#61 )
fix: FlowController notification updates to improve back/forth navigation via BackButton (#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 )
v0.0.4
04 Aug 04:56
Compare
Sorry, something went wrong.
No results found
refactor: decouple FlowController from FlowBuilder
refactor: organize imports and minor updates
fix: super call enforcement on listeners
v0.0.3
29 Jun 14:55
Compare
Sorry, something went wrong.
No results found
fix: respect top-level WillPopScope
A top-level WillPopScope can be added to prevent popping the first page in a flow
v0.0.2
05 Apr 23:21
Compare
Sorry, something went wrong.
No results found
fix: don't lose system push events and pass them to WidgetsBindings
fix: android back button pops the whole flow instead of popping pushed routes
feat: add web/desktop support to example app