Skip to content

Releases: LucasAschenbach/advanced_navigator

advanced_navigator-v1.0.1

Choose a tag to compare

@LucasAschenbach LucasAschenbach released this 30 Aug 10:07
  • Fix: pages list not updated on pop
  • Fix: Navigator not rebuilding on push(), pushNamed()

advanced_navigator-v1.0.0

Choose a tag to compare

@LucasAschenbach LucasAschenbach released this 29 Aug 12:58
  • 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

Choose a tag to compare

@LucasAschenbach LucasAschenbach released this 13 May 11:28

Hotfix

  • Fix analyzer warnings

advanced_navigator-v0.2.1+1

Choose a tag to compare

@LucasAschenbach LucasAschenbach released this 13 May 11:04

Port for Flutter v3.0.0

  • Adjust to changes in RouteInformationProvider api

advanced_navigator-v0.2.1

Choose a tag to compare

@LucasAschenbach LucasAschenbach released this 07 Apr 19:13

Features

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

advanced_navigator-v0.2.0+1

Choose a tag to compare

@LucasAschenbach LucasAschenbach released this 09 Dec 02:26

Port for Flutter v2.8.0

  • Adjust to breaking changes in Flutter v2.8.0

advanced_navigator-v0.2.0

Choose a tag to compare

@LucasAschenbach LucasAschenbach released this 08 Dec 20:40

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

Choose a tag to compare

@LucasAschenbach LucasAschenbach released this 01 Apr 19:50

Hotfix

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

advanced_navigator-v0.1.2

Choose a tag to compare

@LucasAschenbach LucasAschenbach released this 01 Apr 19:27

Features

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

advanced_navigator-v0.1.1+3

Choose a tag to compare

@LucasAschenbach LucasAschenbach released this 30 Mar 10:02

Hotfix

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