Skip to content

Commit aef79e2

Browse files
committed
docs(readme): add badges for version, lints, and license to README
1 parent b893d23 commit aef79e2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# html_highlight
22

3+
[![Package Version](https://img.shields.io/pub/v/html_highlight?color=teal)](https://pub.dev/packages/html_highlight "Published package version")
4+
[![Style: Lints](https://img.shields.io/badge/style-lints-teal.svg)](https://github.com/dart-lang/lints "Package linter helper")
5+
[![LICENSE](https://img.shields.io/badge/License-MIT-red.svg)](https://github.com/theiskaa/html_highlight#License "Project's LICENSE section")
6+
7+
38
<img align="right" width="300" alt="highlight" src="https://github.com/user-attachments/assets/6e6db63b-53b3-44eb-95e9-34e470ca39f0" />
49

510
html_highlight solves the challenge of adding persistent text highlights to HTML content in Flutter applications. Unlike simple string-based approaches that break on complex HTML, this package parses HTML into a DOM tree, manipulates it safely, and serializes it back—ensuring highlights work correctly across paragraphs, lists, blockquotes, and nested elements.

0 commit comments

Comments
 (0)