custom_sizable_text 1.1.5+7
custom_sizable_text: ^1.1.5+7 copied to clipboard
This package is simplifying the text widget and make it flexible and auto sized. By Using auto_size_text allowed text to be auto sized.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add custom_sizable_textThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
custom_sizable_text: ^1.1.5+7Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:custom_sizable_text/custom_sizable_text.dart';