text_autosize 0.1.1
text_autosize: ^0.1.1 copied to clipboard
Automatically resize text to fit its bounds: shrink the font until the text fits the available width, height and maxLines. TextScaler-aware, API-compatible with auto_size_text.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add text_autosizeWith Flutter:
$ flutter pub add text_autosizeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
text_autosize: ^0.1.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:text_autosize/text_autosize.dart';