duck_router 6.0.0 copy "duck_router: ^6.0.0" to clipboard
duck_router: ^6.0.0 copied to clipboard

Intent-based router for Flutter, supporting deep linking, nesting and more.

6.0.0 #

Note: This release has breaking changes.

Breaking changes:

  • There has been a breaking change in the syntax for DuckPage. There is no functionality difference.

  • DuckPage no longer needs a name parameter and the interface for DuckPage.createRoute has changed, see #44 for a migration guide and reasoning.

  • FIX: link to custom pages. (ae2a8715)

  • FIX: typo. (5390c2bb)

  • BREAKING FIX: allow awaiting custom page navigation (#44). (96d9c459)

5.4.0 #

  • FIX: generate documentation categories correctly. (174b9b27)
  • FEAT: add library level comment. (8a6baa0c)

5.3.0 #

  • FEAT: add support for extra documentation. (0b5befe1)

5.2.0 #

  • FEAT: add support for NavigatorObservers (#35). (616aefbb)

5.1.3 #

  • FIX: allow comparison of LocationStack. (a0f83e2f)
  • FIX: router errors when restoring state (#41). (879a8863)

5.1.2 #

  • DOCS: improve README to highlight philosophy. (6b871e00)

5.1.1 #

5.1.0 #

  • FEAT: feat: add support for fire-and-forget deeplink handling (#32). (728a9a69)

5.0.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: remove need to specify onPopInvoked (#31). (dffbfc86). Please see the README for how to create custom pages.

4.0.0 #

Note: This release has breaking changes.

3.0.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: use Location Type for popUntil (#25). (ea2ff70d)

2.2.0 #

2.1.0 #

2.0.0 #

Note: This release has breaking changes.

1.1.0 #

  • FIX: child back button dispatcher (#8). (a8cba916)
  • FEAT: catch case where users pushes duplicate path (#9). (5a504661)

1.0.1 #

  • FIX: add code highlighting to README. (071845a2)

1.0.0 #

  • Initial release

  • FEAT: get pubspec ready for release. (800d38e2)

  • FEAT: set up base structure for repo. (0e00d975)