Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.