js_promise 0.1.0 copy "js_promise: ^0.1.0" to clipboard
js_promise: ^0.1.0 copied to clipboard

Platformweb

A package providing interop functionality with JavaScript Promises.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add js_promise

With Flutter:

 $ flutter pub add js_promise

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

dependencies:
  js_promise: ^0.1.0

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_promise/js_promise.dart';
1
likes
140
pub points
15%
popularity

Publisher

verified publisherhacker1024.tk

A package providing interop functionality with JavaScript Promises.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

js

More

Packages that depend on js_promise