samples icon indicating copy to clipboard operation
samples copied to clipboard

Add samples for Flutter ffi projects

Open jmagman opened this issue 2 years ago • 3 comments

Add samples for every FFI scenario listed on the website iOS: https://docs.flutter.dev/development/platform-integration/ios/c-interop. Note these should be validly submittable to the App Store (validate with TestFlight). macOS: https://docs.flutter.dev/development/platform-integration/macos/c-interop also validate with TestFlight Android: https://docs.flutter.dev/development/platform-integration/android/c-interop

jmagman avatar Jan 05 '23 00:01 jmagman

Would a sample that integrates Duktape to generate a JS REPL on Android, iOS, Windows, Linux and macOS be sufficient?

domesticmouse avatar Jan 10 '23 14:01 domesticmouse

I don't have a preference for what functionality is added, I want working examples for these platforms based on our setup instructions. I also don't care if it's a codelab or sample in this repo, as long as it's linked from the website documentation.

jmagman avatar Jan 10 '23 18:01 jmagman

FYI @leighajarett

domesticmouse avatar Jan 10 '23 22:01 domesticmouse

also please add a reference or guide for static library examples for the ios platform using ffi plugin,

wajahat414 avatar Jun 07 '23 09:06 wajahat414

Closing this out as I have created Using FFI in a Flutter plugin showing how to use Duktape on Android, iOS, Linux, Windows, and macOS.

domesticmouse avatar Sep 18 '23 05:09 domesticmouse