Calling Golang from Flutter Using FFI (Foreign Function Interface)
Do you want to call Go code from a Dart or Flutter project? In this tutorial, I’ll show you how to use FFI (Foreign Function Interface) to send data from Dart to Go and get a response back — using a notification example!
If you already know about Go ...
roothex200.hashnode.dev2 min read