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

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

1.0.3 #

  • Use toDartFix on String coming from JS.

  • js_interop_utils: ^1.0.3

1.0.2 #

  • New NodeExtension:

    • asElement, asHTMLElement.
    • insertNode, removeNodeAt, appendNodes. remove, clear.
  • New NodeNullableExtension: asElementChecked, asHTMLElementChecked.

  • ElementNullableExtension:

    • Renamed asElement<T>() to asElementOf<T>().
    • Added isCanvasImageSource.
  • ElementExtension:

    • insertChild: returns Element.
    • Added removeChildAt, clear.
  • DOMTokenListExtension:

    • Added clear.
  • NamedNodeMapExtension:

    • Added toMap.
  • New MouseEventExtension: clientPoint, offsetPoint, pagePoint, screenPoint.

  • js_interop_utils: ^1.0.2

1.0.1 #

  • export 'package:js_interop_utils/js_interop_utils.dart'

  • CI: test with dart2js and dart2wasm (on Chrome).

  • js_interop_utils: ^1.0.1

1.0.0 #

  • Initial version.
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