Releases: LucasAschenbach/advanced_navigator
Releases · LucasAschenbach/advanced_navigator
advanced_navigator-v0.1.1+2
Hotfix
- Fix: named path '/' not forwarding requests to nested navigators
advanced_navigator-v0.1.1+1
- Update example with BackButtonDispatcher
- Fix: query parameters not forwarded to nested navigators
advanced_navigator-v0.1.1
- Update README.md
- Add page generator functions
- Fix path generator functions
advanced_navigator-v0.1.0+1
- Update README.md
- Fixes from pedantic analyzer
Initial pub release
Features
- Nested navigator communication:
- Navigation request forwarding to nested child navigators
- Notify parent navigator of navigation activity
Fixes
- URL not syncing without WidgetsApp
MVP
Features
- 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