js_shims 1.0.0 copy "js_shims: ^1.0.0" to clipboard
js_shims: ^1.0.0 copied to clipboard

Common node and js utils to help in porting of node.js and javascript libs to dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add js_shims

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

dependencies:
  js_shims: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:js_shims/js_shims.dart';
1
likes
20
points
20.2k
downloads

Publisher

unverified uploader

Weekly Downloads

Common node and js utils to help in porting of node.js and javascript libs to dart.

License

MIT (license)

More

Packages that depend on js_shims