# simc/auto_size_text

Flutter widget that automatically resizes text to fit perfectly within its bounds.

Repository: https://github.com/simc/auto_size_text
Canonical: https://ross.abutalabs.com/products/auto_size_text
Homepage: https://pub.dev/packages/auto_size_text
Language: Dart
License: MIT
License Family: permissive
Topics: flutter, ios, android, text
Last push: 2023-12-07T14:28:29+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": 2904, "days_push": 1000, "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 2131, forks 266 (observed 2026-08-28T04:06:17.199545+00:00)

## What it is
A Flutter widget package that automatically resizes text to fit perfectly within its bounds, behaving like the standard Text widget. It supports min/max font sizes, maxLines, synchronized groups, rich text, and overflow replacement.

## Use cases
- make long text shrink to fit inside a fixed-size container in Flutter
- prevent text overflow on small screens without truncation
- keep multiple labels at the same font size across widgets
- display headlines that adapt to available width and height
- handle dynamic font scale settings in mobile apps

## When to choose
- you are building a Flutter app and need text that auto-fits its container
- you want a drop-in replacement for Text with responsive font sizing
- you need synchronized font sizes across several text widgets

## When to avoid
- you are not using Flutter or Dart
- your text containers have unbounded constraints, since the widget requires bounded constraints
- you need a package with frequent recent updates, as releases have stalled since late 2023

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, frontend-framework
- domain: mobile-development, frontend, cross-platform
- platform: cross-platform
- tags: flutter, dart, text-widget, responsive-text, font-scaling, android, ios, web-server

## Member repositories
- simc/auto_size_text (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:17.199545+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-30T02:52:12.127037+00:00, confidence not recorded.
  - readme: https://github.com/simc/auto_size_text (fetched 2026-08-28T04:06:17.199545+00:00, sha 691de5a6ab31)
  - homepage: https://pub.dev/packages/auto_size_text (fetched 2026-08-29T10:32:12.992836+00:00, sha 98e0aad474ed)
  - site_page: https://pub.dev/packages/auto_size_text/install (fetched 2026-08-29T10:32:13.003930+00:00, sha 22f54d476bd4)
  - site_page: https://pub.dev/documentation/auto_size_text/latest/auto_size_text/AutoSizeText-class.html (fetched 2026-08-29T10:32:13.005740+00:00, sha 1046c44461bd)
  - site_page: https://pub.dev/documentation/auto_size_text/latest (fetched 2026-08-29T10:32:13.007763+00:00, sha 8e88633aeedd)
  - site_page: https://pub.dev/packages/auto_size_text/changelog (fetched 2026-08-29T10:32:13.002084+00:00, sha f5e368c8319f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
