html 0.15.4 copy "html: ^0.15.4" to clipboard
html: ^0.15.4 copied to clipboard

APIs for parsing and manipulating HTML content outside the browser.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add html

With Flutter:

 $ flutter pub add html

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

dependencies:
  html: ^0.15.4

Alternatively, your editor might support dart pub get or 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/dom.dart';
import 'package:html/dom_parsing.dart';
import 'package:html/html_escape.dart';
import 'package:html/parser.dart';
541
likes
130
pub points
100%
popularity

Publisher

verified publishertools.dart.dev

APIs for parsing and manipulating HTML content outside the browser.

Repository (GitHub)
View/report issues

Topics

#html #web

Documentation

API reference

License

unknown (LICENSE)

Dependencies

csslib, source_span

More

Packages that depend on html