Skip to content

Releases: relentless-works/fdr

v0.0.5

04 Sep 18:01
@tp tp
Compare
Choose a tag to compare

What's Changed

  • Add common disposable and "poppable overwrite" wrappers by @tp in #7
  • Add support for hot-reload by @tp in #6
  • Move implementations into distinct files by @tp in #8
  • Add overlay example using OverlayPortal by @tp in #9
  • Move example into individual files by @tp in #10
  • Make navigator creation more robust by @tp in #11
  • prepare release v0.0.5 by @tp in #12 and #13

Full Changelog: v0.0.4...v0.0.5

v0.0.4

29 Aug 18:28
@tp tp
Compare
Choose a tag to compare

What's Changed

  • Upload failed Flutter Goldens in CI, allow 0.05% diff by @tp in #3
  • Remove state parameter from MappedNavigatableSource.build method by @tp in #4
  • Add StatefulNavigator by @tp in #5

Full Changelog: v0.0.3...v0.0.4

v0.0.3

19 Aug 19:27
@tp tp
Compare
Choose a tag to compare

What's Changed

  • Add CI / CD GitHub actions by @tp in #2

Full Changelog: v0.0.2...v0.0.3

v0.0.2

19 Aug 18:54
@tp tp
Compare
Choose a tag to compare

What's Changed

  • Switch to new Flutter 3.24.0 Navigator API: onDidRemovePage by @tp in #1

Full Changelog: v0.0.1...v0.0.2

v0.0.1

14 Aug 19:29
@tp tp
Compare
Choose a tag to compare
Version 0.0.1 with simple "NavigatableSource" support showcasing how …