tag_highlight_text 1.0.3
tag_highlight_text: ^1.0.3 copied to clipboard
This library will support highlight text by tags with specific styles and tap actions.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tag_highlight_textThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tag_highlight_text: ^1.0.3Alternatively, 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:tag_highlight_text/tag_highlight_text.dart';