js_promise

Last updated:

0 purchases

js_promise Image
js_promise Images
Add to Cart

Description:

js promise

js_promise #
A Dart package providing interop functionality with JavaScript Promises.
This package compliments the existing functionality in dart:html.
Usage #
import 'package:js_promise/js_promise.dart';

void main() {
final promise = Future.value('Hello, world!').toPromise();
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.