html 0.15.5 copy "html: ^0.15.5" to clipboard
html: ^0.15.5 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
copied to clipboard

With Flutter:

 $ flutter pub add html
copied to clipboard

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

dependencies:
  html: ^0.15.5
copied to clipboard

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';
copied to clipboard
613
likes
150
points
5.34M
downloads

Publisher

verified publishertools.dart.dev

Weekly Downloads

2024.09.16 - 2025.03.31

APIs for parsing and manipulating HTML content outside the browser.

Repository (GitHub)
Contributing

Topics

#html #web

Documentation

API reference

License

unknown (license)

Dependencies

csslib, source_span

More

Packages that depend on html