codecooo_csharp_rpc 0.0.8 copy "codecooo_csharp_rpc: ^0.0.8" to clipboard
codecooo_csharp_rpc: ^0.0.8 copied to clipboard

Execute C# code from Dart (Flutter) application via JSON-RPC protocol.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add codecooo_csharp_rpc

With Flutter:

 $ flutter pub add codecooo_csharp_rpc

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

dependencies:
  codecooo_csharp_rpc: ^0.0.8

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:codecooo_csharp_rpc/codecooo_csharp_rpc.dart';
1
likes
150
points
0
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

Execute C# code from Dart (Flutter) application via JSON-RPC protocol.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, logging, uuid

More

Packages that depend on codecooo_csharp_rpc