FLUTTER ECOSYSTEM

definev/zenrouter

The Ultimate Flutter/Dart Frontend Router for Every Navigation Pattern

zenrouter project cover
Stars
103
Forks
8
Last push (UTC)
Sep 18, 2026
Project status
Active
Bui Dai Duong GitHub avatar
GITHUB User

Bui Dai Duong ↗

Enjoy sharing knowledge and learning from other.

LanguagesDartC++CMakeSwiftHTMLShellCRubyKotlinJavaScriptObjective-C

Technical topics

Packages published by this repository

Rankings

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README
ZenRouter Logo

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

Packages

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.

License

Apache 2.0. LICENSE

definev