html_highlight 1.0.0 copy "html_highlight: ^1.0.0" to clipboard
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_highlight

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

dependencies:
  html_highlight: ^1.0.0

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:html_highlight/html_highlight.dart';
1
likes
160
points
118
downloads

Publisher

verified publishertheiskaa.com

Weekly Downloads

A robust, DOM-based HTML highlighting engine for Flutter. Supports complex HTML structures, cross-element selections, and persistent highlight anchoring.

Repository (GitHub)
View/report issues

Topics

#html #highlight #text-selection #dom #annotation

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

flutter, html

More

Packages that depend on html_highlight