# f2prateek/dart

Extras binding and intent builders for Android apps.

Repository: https://github.com/f2prateek/dart
Canonical: https://ross.abutalabs.com/products/f2prateek-dart
Language: Java
License: Apache-2.0
License Family: permissive
Topics: android, annotation-processor, henson, intent, intent-builder, navigation
Last push: 2020-11-30T14:23:27+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4619, "days_push": 2102, "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 1172, forks 86 (observed 2026-08-28T04:03:51.647244+00:00)

## What it is
Dart & Henson is an Android library that uses annotation processing to bind intent extras to POJO fields and generate fluent intent builders. It structures the navigation layer of Android apps with navigation model classes and a generated Henson navigator.

## Use cases
- bind intent extras to fields in Android activities
- generate type-safe intent builders for Android navigation
- reduce boilerplate when passing parameters between activities
- organize and maintain an Android app's navigation layer
- create navigation models with annotation processing

## When to choose
- you maintain a Java-based Android app with complex activity-to-activity navigation
- you want compile-time safety for intent extras instead of string-keyed bundles
- you prefer annotation processing over runtime reflection for binding

## When to avoid
- you use Kotlin and prefer modern alternatives or Jetpack Navigation
- your app has simple navigation with few intent extras
- you need a library under active development - the latest release is from 2020

## Facets
- artifact type: library
- maturity: maintenance
- function: middleware, developer-tools
- domain: mobile-development, android-tools, developer-tools
- platform: jvm
- tags: android, annotation-processing, intent-builder, navigation, extras-binding, henson, java

## Member repositories
- f2prateek/dart (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:51.647244+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:28:26.425912+00:00, confidence not recorded.
  - readme: https://github.com/f2prateek/dart (fetched 2026-08-28T04:03:51.647244+00:00, sha 2b131d4ff8fa)
- Data as of 2026-08-30T08:39:29.467469+00:00.
