Skip to content

Releases: LucasAschenbach/advanced_navigator

advanced_navigator-v1.0.1

30 Aug 10:07
Compare
Choose a tag to compare
  • Fix: pages list not updated on pop
  • Fix: Navigator not rebuilding on push(), pushNamed()

advanced_navigator-v1.0.0

29 Aug 12:58
Compare
Choose a tag to compare
  • BREAKING: Navigation operations can now take arbitrary objects as arguments in addition to path arguments
    • Path arguments are now accessed from PathArguments.path
  • Fix: nested paths not interpolated using initial location when empty (particularly caused problems when initial location of nested navigators was set to '/')
  • Improved error messages
  • Formatting

advanced_navigator-v0.2.1+2

13 May 11:28
Compare
Choose a tag to compare

Hotfix

  • Fix analyzer warnings

advanced_navigator-v0.2.1+1

13 May 11:04
Compare
Choose a tag to compare

Port for Flutter v3.0.0

  • Adjust to changes in RouteInformationProvider api

advanced_navigator-v0.2.1

07 Apr 19:13
Compare
Choose a tag to compare

Features

  • Add tag filter argument to of() and maybeOf() for more granular control over which navigator is returned

advanced_navigator-v0.2.0+1

09 Dec 02:26
Compare
Choose a tag to compare

Port for Flutter v2.8.0

  • Adjust to breaking changes in Flutter v2.8.0

advanced_navigator-v0.2.0

08 Dec 20:40
Compare
Choose a tag to compare

Port to Null-Safety

  • Added support for Null-Safety and minor adjustments to API changes in the Flutter SDK

advanced_navigator-v0.1.2+1

01 Apr 19:50
Compare
Choose a tag to compare

Hotfix

  • Fix: back button event not automatically deferred to child back button dispatchers

advanced_navigator-v0.1.2

01 Apr 19:27
Compare
Choose a tag to compare

Features

  • Add NestedBackButtonDispatcher class
  • Automatically configure backButtonDispatcher based on widget tree (no manual configuration required anymore!)
  • Update example

advanced_navigator-v0.1.1+3

30 Mar 10:02
Compare
Choose a tag to compare

Hotfix

  • Add static attach() and attachNamed() functions to AdvancedNavigator class