json_rpc_2 icon indicating copy to clipboard operation
json_rpc_2 copied to clipboard

Flutter calling plugin using jsonrpc

Open ghost opened this issue 6 years ago • 0 comments

I have a flutter plugin that exposes itself over jsonrpc. The plugin is actually golang but exposes itself through the iOS and Android standard for a flutter method channel.

So I know this is an open ended question but do you think I can using this library in flutter to call my golang jsonrpc plugin. It's not using a network transport but the flutter method channels.

ghost avatar Jul 17 '18 11:07 ghost