dart_ipc 2.0.2 copy "dart_ipc: ^2.0.2" to clipboard
dart_ipc: ^2.0.2 copied to clipboard

A cross-platform Inter-Process Communication (IPC) library for Dart that provides efficient communication between processes using native platform mechanisms.

2.0.2 #

  • Isolate native IPC implementations from web compilation.
  • Provide unsupported-operation stubs when the package is imported on web.

2.0.1 #

  • Fix Windows named pipe handle ownership and idempotent socket/server shutdown.
  • Wait for registered overlapped-I/O callbacks to finish before releasing native resources.
  • Release sockets after EOF or errors and retry transient pipe startup races.

2.0.0 #

  • Replace the Windows Flutter method-channel plugin with an overlapped-I/O Dart FFI named pipe implementation using win32 6.3.0.
  • Add iOS platform support using Unix domain sockets.
  • Raise the minimum Dart SDK constraint to 3.10.0.

1.0.1 #

  • Update documentation and example.

1.0.0 #

  • First release.
7
likes
150
points
7.39k
downloads

Documentation

API reference

Publisher

verified publishermonkeywie.cn

Weekly Downloads

A cross-platform Inter-Process Communication (IPC) library for Dart that provides efficient communication between processes using native platform mechanisms.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ffi, win32

More

Packages that depend on dart_ipc