html_search 0.3.0 copy "html_search: ^0.3.0" to clipboard
html_search: ^0.3.0 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() =>
    print(htmlParse('<div><p>hi</p><p id="myparagraph">hi again</p></div>')
        .search((e) => e.id == 'myparagraph')
        .map((e) => e.outerHtml)
        .toList());
2
likes
120
pub points
55%
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