Published
font_fit (pub.dev Package)
Overview
About the Project
A drop-in replacement for Flutter's Text widget that automatically scales its font size down to fit within the available width/lines.
Highlights
Key Highlights
- A drop-in replacement for Flutter's Text widget that automatically scales its font size down to fit within the available width/lines.
- Uses a fast binary search algorithm to find the largest font size that still fits the box without overflowing.
- Published on pub.dev, functioning natively across all Flutter platforms (Android, iOS, Web, Desktop).