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

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

example/web_utils_example.dart

import 'package:web_utils/web_utils.dart';

void main() {
  var div = document.select<HTMLDivElement>('#output');

  print(div?.text);

  print(div?.children.toList());
}
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