html_highlight 1.0.0
html_highlight: ^1.0.0 copied to clipboard
A robust, DOM-based HTML highlighting engine for Flutter. Supports complex HTML structures, cross-element selections, and persistent highlight anchoring.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add html_highlightThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
html_highlight: ^1.0.0Alternatively, 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:html_highlight/html_highlight.dart';