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
copied to clipboard

With Flutter:

 $ flutter pub add js_bindings
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
24
likes
120
points
153
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.14 - 2025.03.29

Complete JS bindings interop with autocomplete and documentation.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

js, meta

More

Packages that depend on js_bindings