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

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
copied to clipboard

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.1
copied to clipboard

Alternatively, your editor might support dart 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';
copied to clipboard
3
likes
0
points
5.08k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.27 - 2025.03.11

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

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

More

Packages that depend on dom_tools