# Flutterando/modular

A smart project structure

Repository: https://github.com/Flutterando/modular
Canonical: https://ross.abutalabs.com/products/flutterando-modular
Homepage: https://pub.dev/packages/flutter_modular
Language: Dart
License: NOASSERTION
License Family: other
Last push: 2026-08-11T23:17:30+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 90, longevity 100
- inputs: {"age_days": 2460, "days_push": 22, "days_rel": 71, "gap_med": 0, "n_releases_24m": 2}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1383, forks 277 (observed 2026-08-28T04:04:34.522057+00:00)

## What it is
Flutter Modular is a Dart/Flutter framework that provides modularized route management and dependency injection, organizing Flutter apps by feature. It lets developers split large applications into independent modules with scoped state and navigation.

## Use cases
- structure a large flutter app by feature modules
- dependency injection for flutter applications
- modular route management in flutter
- page-scoped state management in flutter
- avoid monolithic flutter codebase technical debt
- navigate between modules in a flutter app
- share core dependencies across feature modules

## When to choose
- building medium-to-large Flutter apps that need feature-based modular architecture
- you want combined routing and dependency injection in one package
- you need scoped state that lives and dies with a page or module
- your team wants clearer feature boundaries and less merge conflicts

## When to avoid
- building a small simple app where modular architecture adds overhead
- you already use another DI or routing solution like get_it, riverpod, or go_router
- you need a framework outside the Flutter/Dart ecosystem

## Facets
- artifact type: framework
- maturity: active
- function: routing, state-management, middleware, web-framework
- domain: mobile-development, web-development, frontend, cross-platform
- platform: windows, cross-platform
- tags: flutter, dart, dependency-injection, modular-architecture, route-management, feature-modules, android, ios, web-server, macos, linux

## Member repositories
- Flutterando/modular (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:34.522057+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-30T04:40:00.922026+00:00, confidence not recorded.
  - readme: https://github.com/Flutterando/modular (fetched 2026-08-28T04:04:34.522057+00:00, sha cf6e07846c05)
  - homepage: https://pub.dev/packages/flutter_modular (fetched 2026-08-29T11:55:41.321182+00:00, sha d050e7c4aa43)
  - site_page: https://pub.dev/packages/flutter_modular/install (fetched 2026-08-29T11:55:41.332543+00:00, sha 96ccdc7e7d4a)
  - site_page: https://pub.dev/documentation/flutter_modular/latest (fetched 2026-08-29T11:55:41.334168+00:00, sha 8b277150a603)
  - site_page: https://pub.dev/packages/flutter_modular/changelog (fetched 2026-08-29T11:55:41.330493+00:00, sha 5fa601397364)
- Data as of 2026-08-30T08:39:29.467469+00:00.
