# Milad-Akarie/auto_route_library

Flutter route generator

Repository: https://github.com/Milad-Akarie/auto_route_library
Canonical: https://ross.abutalabs.com/products/auto_route_library
Language: Dart
License: MIT
License Family: permissive
Topics: autoroute, nested-routes, router, flutter, navigation, deeplinking
Last push: 2026-06-13T12:05:36+00:00

## Health v2 (maintenance only)
Score: 71/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 87, release rhythm 35, longevity 100
- inputs: {"age_days": 2488, "days_push": 81, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1752, forks 470 (observed 2026-08-28T04:05:31.803870+00:00)

## What it is
AutoRoute is a Flutter navigation library that generates strongly-typed route code from annotated page classes. It supports nested navigation, tab navigation, deep linking, route guards, and declarative navigation with code generation via build_runner or lean_builder.

## Use cases
- set up typed navigation between flutter screens
- implement nested navigation with tabs in flutter
- handle deep links in a flutter app
- add route guards for authentication flows
- generate router code from annotated pages
- pass arguments and return results between routes

## When to choose
- you want type-safe, code-generated routing in Flutter
- you need nested routers, tabs, or deep linking out of the box
- you prefer declarative route configuration over manual Navigator calls

## When to avoid
- you want a zero-codegen solution and prefer go_router-style configuration
- your project avoids build_runner code generation
- you only need simple imperative Navigator.push navigation

## Facets
- artifact type: library
- maturity: active
- function: routing, web-framework, developer-tools
- domain: mobile-development, web-development, frontend
- platform: cross-platform
- tags: flutter, code-generation, navigation, deep-linking, nested-routes, route-guards, mobile

## Member repositories
- Milad-Akarie/auto_route_library (main) score 71

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:31.803870+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:28:16.470718+00:00, confidence not recorded.
  - readme: https://github.com/Milad-Akarie/auto_route_library (fetched 2026-08-28T04:05:31.803870+00:00, sha 96c15ea23103)
- Data as of 2026-08-30T08:39:29.467469+00:00.
