text_extension 0.0.1 copy "text_extension: ^0.0.1" to clipboard
text_extension: ^0.0.1 copied to clipboard

An extension to the Text widget that helps to reduce the boilerplate and adds some helpful methods.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add text_extension

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  text_extension: ^0.0.1

Alternatively, 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:text_extension/text_extension.dart';
9
likes
40
pub points
0%
popularity

Publisher

verified publisherthallessantos.dev

An extension to the Text widget that helps to reduce the boilerplate and adds some helpful methods.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on text_extension