dart_ipc 2.0.0
dart_ipc: ^2.0.0 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.0 #
- Replace the Windows Flutter method-channel plugin with an overlapped-I/O Dart FFI named pipe implementation using
win326.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.