unrouter 0.11.0
unrouter: ^0.11.0 copied to clipboard
Declarative, guard-driven router for Flutter with nested routes and typed helpers.
Changelog #
All notable changes to this project will be documented in this file.
Unreleased #
0.11.0 #
Changes since unrouter-v0.10.0 (2026-02-11), based on PR #36.
New Features #
- Unified routing API: guards, data loaders, named routes,
Outlet-based nested views, and declarativeLinknavigation. - Added route scope hooks for location, params, query, and typed route state access.
- Added Flutter router integration and runnable examples (
QuickstartandAdvanced).
Documentation #
- Revamped
README.mdwith centered brand header, badges, Quick Start, Core Concepts, and a consolidated API reference.
Tests #
- Added comprehensive unit/widget coverage for guards,
Outlet,URLSearchParams, and routing flows.
Chores #
- Added CI workflow for Flutter analysis and tests.