node-interop icon indicating copy to clipboard operation
node-interop copied to clipboard

Interop library for writing Node.js apps and modules in Dart.

Results 25 node-interop issues
Sort by recently updated
recently updated
newest added

Is it supported in windows and Linux, I noticed that only web is identified on pub. Dev? I'm confused about this. How to run nodejs on the web?

Hello There, I use the package "pdf" which depends on crypto ^3.0.0. It is possible to update this dependencie ? Thanks a lot for all the work you already have...

Upgrade all dependencies and add null safety

We're running **build_node_compilers** on a library that has been completely migrated to null safety, however we're getting the following types of errors: ``` packages/package_config/src/package_config_json.dart:311:28: Error: Null safety features are disabled...

It also enables running CI on forks.

Is there a plan to have support for nnbd for both the compilers and packages? Thanks!

Some of these now have built-in Node support (like `{File,Directory}.create`), while others (like `Directory.list`) will require implementing it manually, but not supporting this option prevents `node_io` from being a drop-in...