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

discontinued
outdatedDart 1 only

Provides interoperability with Node.js APIs.

Node.js interoperability for Dart #

Runtime Release License Coverage Build

Requirements #

The latest Dart SDK and Pub versions. If you plan to play with the sources, you will also need the latest Grinder version.

Installing via Pub #

1. Depend on it #

Add this to your package's pubspec.yaml file:

dependencies:
  nodejs_interop: *

2. Install it #

Install this package and its dependencies from a command prompt:

$ pub get

3. Import it #

Now in your Dart code, you can use:

import 'package:nodejs_interop/nodejs_interop.dart';

See also #

License #

Node.js interoperability for Dart is distributed under the Apache License, version 2.0.

0
likes
0
pub points
0%
popularity

Publisher

verified publisherbelin.io

Provides interoperability with Node.js APIs.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

js

More

Packages that depend on nodejs_interop