nodejs_io 0.2.2 copy "nodejs_io: ^0.2.2" to clipboard
nodejs_io: ^0.2.2 copied to clipboard

discontinued

An adapter between 'universal_io' and Node.JS. Makes a few 'dart:io' APIs work in Node.JS.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nodejs_io

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

dependencies:
  nodejs_io: ^0.2.2

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:nodejs_io/nodejs_io.dart';
0
likes
25
points
9
downloads

Publisher

verified publisherdint.dev

Weekly Downloads

An adapter between 'universal_io' and Node.JS. Makes a few 'dart:io' APIs work in Node.JS.

License

Apache-2.0, BSD-2-Clause-Views (license)

Dependencies

meta, node_http, node_io, universal_io

More

Packages that depend on nodejs_io