codecooo_csharp_rpc 0.1.0
codecooo_csharp_rpc: ^0.1.0 copied to clipboard
Execute C# code from Dart (Flutter) application via JSON-RPC protocol.
0.1.0 #
- Make library stop listening to STDERR automatically, now application decides to whether or not listening to STDERR for logs by using csharpProcess property
0.0.9 #
- Update docs and examples
0.0.8 #
- Add notifications capability so that flutter client could receive notification from server
- Change how the package parsing JSON from Regex based to length‑prefixed frame decoder
- Bump the dependency version
0.0.7 #
- First release 🎉
