html_search 0.3.1 copy "html_search: ^0.3.1" to clipboard
html_search: ^0.3.1 copied to clipboard

A package to quickly search though HTML.

html_search #

A really small package for searching in HTML.

import 'package:html_search/html_search.dart';

void main() => htmlParse('<div><p>hi</p><p id="myparagraph">hi again</p></div>')
    .search((e) => e.id == 'myparagraph')
    .map((e) => e.outerHtml)
    .forEach(print);
2
likes
140
pub points
38%
popularity

Publisher

verified publisherampless.chrissx.de

A package to quickly search though HTML.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

html

More

Packages that depend on html_search