js_interop

Last updated:

0 purchases

js_interop Image
js_interop Images
Add to Cart

Description:

js interop

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")');
}
copied to clipboard
Take a look at the example folder to check out how to add the WebFontLoader JS lib to the DOM.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.