sanitize_dom 0.1.0
sanitize_dom: ^0.1.0 copied to clipboard
This package provides useful utilities for working with the DOM validation and sanitization.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sanitize_dom
With Flutter:
$ flutter pub add sanitize_dom
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
sanitize_dom: ^0.1.0
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:sanitize_dom/sanitize_dom.dart';