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
EdgeInsetsfor better layout control. - Overflow handling: Supports
maxLines,softWrap, andTextOverflow. - 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