node_shims 0.2.0 copy "node_shims: ^0.2.0" to clipboard
node_shims: ^0.2.0 copied to clipboard

outdated

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 node_shims

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

dependencies:
  node_shims: ^0.2.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:node_shims/node_shims.dart';
1
likes
10
pub points
4%
popularity

Publisher

verified publishercheney-enterprises.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on node_shims