text_coloration 0.2.0 copy "text_coloration: ^0.2.0" to clipboard
text_coloration: ^0.2.0 copied to clipboard

search part of the text and colored with color

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add text_coloration

With Flutter:

 $ flutter pub add text_coloration

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

dependencies:
  text_coloration: ^0.2.0

Alternatively, 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_coloration/text_coloration.dart';
1
likes
0
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

search part of the text and colored with color

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on text_coloration