text_autosize 0.1.0
text_autosize: ^0.1.0 copied to clipboard
Automatically resize text to fit its bounds. 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.0Alternatively, 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';