simc/auto_size_text
Flutter widget that automatically resizes text to fit perfectly within its bounds. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2904
- days_rel: n/a
- days_push: 1000
- n_releases_24m: 0
Adoption not part of the score
2131 stars · 266 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity maintenance
ui-components frontend-framework mobile-development frontend cross-platform cross-platform flutter dart text-widget responsive-text font-scaling android ios web-server
6 sources
- readme: https://github.com/simc/auto_size_text · fetched 2026-08-28 · 691de5a6ab31
- homepage: https://pub.dev/packages/auto_size_text · fetched 2026-08-29 · 98e0aad474ed
- site_page: https://pub.dev/packages/auto_size_text/install · fetched 2026-08-29 · 22f54d476bd4
- site_page: https://pub.dev/documentation/auto_size_text/latest/auto_size_text/AutoSizeText-class.html · fetched 2026-08-29 · 1046c44461bd
- site_page: https://pub.dev/documentation/auto_size_text/latest · fetched 2026-08-29 · 8e88633aeedd
- site_page: https://pub.dev/packages/auto_size_text/changelog · fetched 2026-08-29 · f5e368c8319f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| simc/auto_size_text | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="simc/auto_size_text")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem