js_bindings 0.1.2+2 copy "js_bindings: ^0.1.2+2" to clipboard
js_bindings: ^0.1.2+2 copied to clipboard

discontinuedreplaced by: typings
Platformweb

Complete JS bindings interop with autocomplete and documentation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add js_bindings

With Flutter:

 $ flutter pub add js_bindings

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  js_bindings: ^0.1.2+2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:js_bindings/js_bindings.dart';
24
likes
100
pub points
67%
popularity

Publisher

unverified uploader

Complete JS bindings interop with autocomplete and documentation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

js, meta

More

Packages that depend on js_bindings