Skip to content

Releases: felangel/flow_builder

v0.1.0

02 Apr 04:43

Choose a tag to compare

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

Choose a tag to compare

v0.0.10 Pre-release
Pre-release
  • feat: add optional clipBehavior (#113)
  • refactor: update to Flutter 3.13.9

v0.0.9

31 May 20:18
1bcec3d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.8...v0.0.9

v0.0.8

12 May 20:17
0aa7baf

Choose a tag to compare

  • fix: add dart sdk constraint >=2.17.0

v0.0.7

11 May 20:52
ea47804

Choose a tag to compare

  • refactor: remove null-aware operand
  • chore(example): upgrade platforms

v0.0.6

12 Nov 02:11
47f5630

Choose a tag to compare

  • fix: removeListener when FlowController has been completed (#73)

v0.0.5

03 Nov 18:24

Choose a tag to compare

  • 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
a83ca33

Choose a tag to compare

  • refactor: decouple FlowController from FlowBuilder
  • refactor: organize imports and minor updates
  • fix: super call enforcement on listeners

v0.0.3

29 Jun 14:55
0e39eb7

Choose a tag to compare

  • 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

Choose a tag to compare

  • 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