Skip to content

Releases: LucasAschenbach/advanced_navigator

advanced_navigator-v0.1.1+2

25 Mar 14:51
Compare
Choose a tag to compare

Hotfix

  • Fix: named path '/' not forwarding requests to nested navigators

advanced_navigator-v0.1.1+1

17 Mar 14:27
Compare
Choose a tag to compare
  • Update example with BackButtonDispatcher
  • Fix: query parameters not forwarded to nested navigators

advanced_navigator-v0.1.1

05 Mar 22:30
Compare
Choose a tag to compare
  • Update README.md
  • Add page generator functions
  • Fix path generator functions

advanced_navigator-v0.1.0+1

05 Mar 22:10
Compare
Choose a tag to compare
  • Update README.md
  • Fixes from pedantic analyzer

Initial pub release

28 Feb 23:05
Compare
Choose a tag to compare

Features

  • Nested navigator communication:
    • Navigation request forwarding to nested child navigators
    • Notify parent navigator of navigation activity

Fixes

  • URL not syncing without WidgetsApp

MVP

09 Feb 13:28
eb3788c
Compare
Choose a tag to compare
MVP Pre-release
Pre-release

Features

  • Compact declaration syntax with predefined paths and pages
  • Automatic parameter parsing from URI
  • Declaratively set navigator page stack with open() and openNamed()
  • Sync current path with platform (e.g. browser URL)
  • Push pages to top of page stack
  • Attach pageless routes to top page