flexi_text 0.0.2 copy "flexi_text: ^0.0.2" to clipboard
flexi_text: ^0.0.2 copied to clipboard

A responsive and flexible Flutter Text widget with dynamic font scaling for mobile, tablet, and desktop.

Changelog #

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


0.0.1 - 2025-09-30 #

Added #

  • Initial release of flexi_text.
  • Responsive and flexible Flutter Text widget with dynamic font scaling.
  • Smooth interpolation between font sizes based on screen width.
  • Support for minFontSize and maxFontSize to control scaling limits.
  • Optional padding around text without needing additional widgets.
  • Support for textAlign, maxLines, and overflow for flexible layouts.
  • Accessibility friendly: respects textScaleFactor and semanticsLabel.
  • Fallback to Theme.of(context).textTheme if no TextStyle is provided.
  • Fully MIT licensed and ready for production usage.

How to update this file #

For each new version:

  1. Add a new section with the version number and release date.
  2. List changes under appropriate headings:
    • Added
    • Changed
    • Deprecated
    • Removed
    • Fixed
    • Security

Example:

## [0.0.2] - 2025-10-05
### Added
- New feature XYZ
### Fixed
- Bug ABC
4
likes
0
points
51
downloads

Publisher

unverified uploader

Weekly Downloads

A responsive and flexible Flutter Text widget with dynamic font scaling for mobile, tablet, and desktop.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on flexi_text