dom_tools 3.0.0-beta.9 copy "dom_tools: ^3.0.0-beta.9" to clipboard
dom_tools: ^3.0.0-beta.9 copied to clipboard

Platformweb

DOM rich elements and tools for CSS, JavaScript, Element Tracking, DOM Manipulation, Storage, Dialog and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dom_tools

With Flutter:

 $ flutter pub add dom_tools

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

dependencies:
  dom_tools: ^3.0.0-beta.9

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:dom_tools/dom_tools.dart';
3
likes
150
points
3.69k
downloads

Publisher

unverified uploader

Weekly Downloads

DOM rich elements and tools for CSS, JavaScript, Element Tracking, DOM Manipulation, Storage, Dialog and more.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

async_extension, collection, http, intl, js_interop_utils, markdown, swiss_knife, web, web_utils

More

Packages that depend on dom_tools