advanced_navigator 0.2.0 advanced_navigator: ^0.2.0 copied to clipboard
Flutter's Navigator 2.0 as one easy-to-use widget with full page history manipulation operations, simplified pop event delegation and powerful nesting.
0.2.0 #
- Port to Null-Safety
0.1.2+1 #
- Fix: back button event not automatically deferred to child back button dispatchers
0.1.2 #
- Add
NestedBackButtonDispatcher
class - Automatically configure
backButtonDispatcher
based on widget tree (no manual configuration required anymore!) - Update example
0.1.1+3 #
- Add static
attach()
andattachNamed()
functions toAdvancedNavigator
class
0.1.1+2 #
- Fix: named path '/' not forwarding requests to nested navigators
0.1.1+1 #
- Update example with BackButtonDispatcher
- Fix: query parameters not forwarded to nested navigators
0.1.1 #
- Update README.md
- Add page generator functions
- Fix path generator functions
0.1.0+1 #
- Update README.md
- Fixes from pedantic analyzer
0.1.0 #
- Nested navigator communication:
- Navigation request forwarding to nested child navigators
- Notify parent navigator of navigation activity
- Fix: URL not syncing without WidgetsApp
0.0.1 #
- Compact declaration syntax with predefined paths and pages
- Automatic parameter parsing from URI
- Declaratively set navigator page stack with
open()
andopenNamed()
- Sync current path with platform (e.g. browser URL)
- Push pages to top of page stack
- Attach pageless routes to top page