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

example/main.dart

import 'webfont.dart' as bundle;
import 'package:js_interop/js_interop.dart';

void main() {
  JsInterop.safeAddScript('WebFont',
      bundle.buffer).then((ev) {
        print('WebFont is loaded!');
  });
}
copied to clipboard
1
likes
130
points
56.8k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.25 - 2025.04.09

Common utilities to use JavaScript interoperability with Dart

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

js

More

Packages that depend on js_interop