js_interop 0.1.0-beta
js_interop: ^0.1.0-beta copied to clipboard
Utility APIs for dart:js_interop and dart:js_interop_unsafe.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add js_interopWith Flutter:
$ flutter pub add js_interopThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
js_interop: ^0.1.0-betaAlternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.