text_coloration 0.2.0
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_colorationWith Flutter:
$ flutter pub add text_colorationThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
text_coloration: ^0.2.0Alternatively, 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';