auto_text 1.1.0+2 copy "auto_text: ^1.1.0+2" to clipboard
auto_text: ^1.1.0+2 copied to clipboard

A Flutter package that provides an auto-resizable text widget.

AutoText - Flutter Package 🚀 #

AutoText is a Flutter package that automatically scales text size based on the screen width and height. It helps create responsive text elements that adjust dynamically to different screen sizes, ensuring a consistent and accessible user experience across devices.

✨ Features #

  • Responsive text: Text scales automatically based on screen width & height.
  • Highly customizable: Supports font size, weight, style, spacing, line height, and more.
  • Flexible padding: Use custom EdgeInsets for better layout control.
  • Overflow handling: Supports maxLines, softWrap, and TextOverflow.
  • Easy integration: Simple widget that works in any Flutter project.

📥 Installation #

To use the AutoText package, add it as a dependency in your pubspec.yaml file:

dependencies:
  autotext: ^1.1.0
0
likes
140
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides an auto-resizable text widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on auto_text