AutoText - Flutter Package

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

Features

  • Responsive text: Text scales automatically based on the screen width.
  • Customizable: Customize font size, weight, style, and spacing.
  • Easy to use: Simple widget integration in any Flutter project.

Installation

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

dependencies:
  autotext: ^1.0.0

Libraries

auto_text
main