web_utils 1.0.7 copy "web_utils: ^1.0.7" to clipboard
web_utils: ^1.0.7 copied to clipboard

A collection of useful Dart extensions for web development, enhancing JavaScript interop and simplifying common operations with the `web` package.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add web_utils

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

dependencies:
  web_utils: ^1.0.7

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:web_utils/web_utils.dart';
3
likes
0
points
486
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of useful Dart extensions for web development, enhancing JavaScript interop and simplifying common operations with the `web` package.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

js_interop_utils, web

More

Packages that depend on web_utils