ark_navigation 1.1.0
ark_navigation: ^1.1.0 copied to clipboard
Typed modular Flutter navigation with explicit stack operations, deep links, nested scopes, and no code generation.
Changelog #
1.1.0 - 2026-09-15 #
- Added installable package skills for typed route implementation and modular navigation architecture, including policies, URIs, restoration, nested scopes, graph updates, and explicit stack semantics.
1.0.0 - 2026-08-17 #
- Established stable typed Destination, Route Definition, Graph, operation, Redirect, Guard, URI, restoration, nested Scope, and runtime contracts.
- Added runtime validation for typed pop results and complete canonical URI codec validation.
- Made runtime Graph updates atomic across sessions and preserved active entries when their previous Scope is removed.
- Documented the additive post-1.0 roadmap.
0.1.0-dev.2 — 2026-08-15 #
- Replaced relative README links with canonical public URLs so documentation remains interactive on pub.dev.
0.1.0-dev.1 — 2026-08-15 #
- Added handwritten typed destinations, route results, and URI codecs without code generation.
- Added explicit stack, branch, and browser-history operations.
- Added modular route graphs, mount composition, nested Navigator scopes, and typed deep-link stack reconstruction.
- Added separate Redirect and Guard pipelines with enter and leave phases.
- Added restoration, dynamic graph updates, multiple-session runtime support, lifecycle integration, and separate-engine bridge contracts.
- Added English and Russian documentation with runnable and focused examples.