json_rpc_2
json_rpc_2 copied to clipboard
Flutter calling plugin using jsonrpc
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.