v2.0.3
zenrouter
A powerful Flutter router with deep linking, web support, type-safe routing, guards, redirects, and zero boilerplate.
89Likes 21.9K30-day downloads160Pub points
AndroidiOSWebmacOSWindowsLinux
The Ultimate Flutter/Dart Frontend Router for Every Navigation Pattern
English project snapshot. Visit GitHub for the latest content.
Navigation as a typed graph.
pub package Test Codecov - zenrouter Codecov - zenrouter_core
Need deep linking or a browser URL?
│
├─ YES → Coordinator (prefer RouteManifest + RouteBinding)
│
└─ NO → state-driven stack? → Declarative
otherwise → Imperative (NavigationPath)
zenrouter README · Getting Started
| Package | Role |
|---|---|
zenrouter |
Flutter Coordinator, NavigationStack, restoration |
zenrouter_core |
RouteTarget, CoordinatorCore, paths, mixins, RouteManifest |
zenrouter_devtools |
Overlay, Graph tab |
zenrouter_file_generator |
File-based codegen |
iOS, Android, Web, macOS, Windows, Linux
3.0 is a prerelease for early testers:
dependencies:
zenrouter: ^3.0.0-beta.1
flutter pub add zenrouter still resolves 2.x. 2.x coordinators that
extend Coordinator still compile. See
Migrating from 2.x.
Apache 2.0. LICENSE