YehudaKremer / FlutterCsharpRpc

Execute C# code from Dart (Flutter) application
https://pub.dev/packages/csharp_rpc
MIT License
42 stars 6 forks source link

Is this project still alive and good enough for internal tooling? #7

Open famasf1 opened 4 months ago

famasf1 commented 4 months ago

Saw the pub.dev link said 'DISCONTINUED' so i made this thread.

I got a C# library and i want to use it with Flutter Desktop (because there was no C package i could work with FFI. It's either C# or Golang. and the latter is especially painful considering i need to make it compatible to C primitives which is just suck to work on.)

I'm thinking of writing a C# console app using data from the C# lib and using this package to send data to Flutter. Is it still usable as of today?