custom_sizable_text 1.1.5+4
custom_sizable_text: ^1.1.5+4 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 Dart:
$ dart pub add custom_sizable_textWith Flutter:
$ flutter pub add custom_sizable_textThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
custom_sizable_text: ^1.1.5+4Alternatively, 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:custom_sizable_text/custom_sizable_text.dart';