js_interop 0.0.1 copy "js_interop: ^0.0.1" to clipboard
js_interop: ^0.0.1 copied to clipboard

Platformweb

Common utilities to use JavaScript interoperability with Dart

js_interop_dart #

Simple utilities to help adding JS scripts to the document.

Example:

import 'package:js_interop/js_interop.dart';

void main() {
  // you can call this function multiple times that it 
  // checks if the script already exists before inserting into the DOM
  JsInterop.safeAddScript('MyCoolJS', 'console.log("hey")');
}

Take a look at the example folder to check out how to add the WebFontLoader JS lib to the DOM.

0
likes
120
pub points
81%
popularity

Publisher

unverified uploader

Common utilities to use JavaScript interoperability with Dart

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

js

More

Packages that depend on js_interop