# Flutterando/Clean-Dart

Proposta de Arquitetura Limpa para o Dart/Flutter

Repository: https://github.com/Flutterando/Clean-Dart
Canonical: https://ross.abutalabs.com/products/clean-dart
License: Apache-2.0
License Family: permissive
Last push: 2025-06-13T15:57:07+00:00

## Health v2 (maintenance only)
Score: 44/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 26, release rhythm 35, longevity 100
- inputs: {"age_days": 2233, "days_push": 446, "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 1180, forks 104 (observed 2026-08-28T04:03:53.464730+00:00)

## What it is
A community guide proposing a Clean Architecture pattern for Dart and Flutter applications, based on Robert C. Martin's layered architecture. It documents how to structure projects into entities, use cases, interface adapters, and frameworks/drivers layers.

## Use cases
- structure a flutter app with clean architecture
- learn how to apply clean architecture in dart
- organize flutter project layers and dependencies
- separate business logic from ui in flutter
- apply solid principles to a dart codebase
- decide where use cases and entities live in a flutter app

## When to choose
- you are starting a Dart or Flutter project and want a proven layered architecture
- you want to keep business logic independent of Flutter frameworks
- you need a shared architecture convention for a Flutterando-ecosystem team

## When to avoid
- you need runnable code or a framework rather than an architectural proposal
- your project is a small prototype where layered architecture adds overhead
- you use a language other than Dart/Flutter

## Facets
- artifact type: learning-resource
- maturity: active
- function: documentation, developer-tools
- domain: mobile-development, web-development, tutorials, developer-tools
- platform: cross-platform
- tags: clean-architecture, flutter, architecture-guide, solid, software-design, mobile

## Member repositories
- Flutterando/Clean-Dart (main) score 44

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:53.464730+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-30T06:25:13.957350+00:00, confidence not recorded.
  - readme: https://github.com/Flutterando/Clean-Dart (fetched 2026-08-28T04:03:53.464730+00:00, sha e6b58cd5c65b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
