one_line_text_style 0.6.0
one_line_text_style: ^0.6.0 copied to clipboard
This package simplifies the process of creating and applying text styles by introducing a set of convenient extensions, which make your code more readable.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add one_line_text_styleThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
one_line_text_style: ^0.6.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.