golang-flutter-app-ffi
golang-flutter-app-ffi copied to clipboard
A Flutter app with Golang as a backend using FFI to bind and communicate between them
Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...
Compiling Golang to WASI so flutter will be able to consume and use it's functional code with set interface
# Overview Testing the `FFI` on mobile devices apart of the [Flutter Supported Platforms](https://docs.flutter.dev/development/tools/sdk/release-notes/supported-platforms#supported-platforms) ## Platforms - [ ] #6 - [ ] #7
Hey, just testing your little demo out as I'm looking for a good way to build mobile apps in Flutter (for the UI part) with a Go backend. I tried...