go_bridge 1.4.3 go_bridge: ^1.4.3 copied to clipboard
Provides a bridge to call go libraries via FFI and protobuffer encoded messages
This package assists communicating with FFI built packages under the same process, but leveraging protocol buffers as the serialization protocol to communicate between Dart and the target package.
It assumes the packages are developed in GO, using the GO Dart bridge package.