Releases: LucasAschenbach/advanced_navigator
Releases · LucasAschenbach/advanced_navigator
advanced_navigator-v1.0.1
- Fix: pages list not updated on pop
- Fix: Navigator not rebuilding on
push()
,pushNamed()
advanced_navigator-v1.0.0
- BREAKING: Navigation operations can now take arbitrary objects as arguments in addition to path arguments
- Path arguments are now accessed from
PathArguments.path
- Path arguments are now accessed from
- 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
Hotfix
- Fix analyzer warnings
advanced_navigator-v0.2.1+1
Port for Flutter v3.0.0
- Adjust to changes in RouteInformationProvider api
advanced_navigator-v0.2.1
Features
- Add
tag
filter argument toof()
andmaybeOf()
for more granular control over which navigator is returned
advanced_navigator-v0.2.0+1
Port for Flutter v2.8.0
- Adjust to breaking changes in Flutter v2.8.0
advanced_navigator-v0.2.0
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
Hotfix
- Fix: back button event not automatically deferred to child back button dispatchers
advanced_navigator-v0.1.2
Features
- Add
NestedBackButtonDispatcher
class - Automatically configure
backButtonDispatcher
based on widget tree (no manual configuration required anymore!) - Update example
advanced_navigator-v0.1.1+3
Hotfix
- Add static
attach()
andattachNamed()
functions toAdvancedNavigator
class