golang-flutter-app-ffi icon indicating copy to clipboard operation
golang-flutter-app-ffi copied to clipboard

A Flutter app with Golang as a backend using FFI to bind and communicate between them

Results 9 golang-flutter-app-ffi issues
Sort by recently updated
recently updated
newest added

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

bug

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...

bug