Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Flutter Mobile Demo / Maybe desktop & web #53

Open
6 tasks
fundthmcalculus opened this issue Jun 3, 2022 · 1 comment
Open
6 tasks

Add Flutter Mobile Demo / Maybe desktop & web #53

fundthmcalculus opened this issue Jun 3, 2022 · 1 comment

Comments

@fundthmcalculus
Copy link
Contributor

Add flutter mobile demo application with the following support:

  • Android (initial test works)
  • iOS (Still needs testing)
  • Web? (https://gpalma.pt/blog/flutter-web-web-assembly/) - hard maybe this can use the existing WASM binaries, but worth a look at some point?
  • Windows (already tested)
  • Linux (needs tested)
  • MacOS (needs tested)
@tomquas
Copy link

tomquas commented Feb 9, 2023

@fundthmcalculus thanks for the great work! i was able to integrate libokapi with flutter on android, but failed to make it work on ios yet.

while my flutter tests work on a laptop with the provided macos libs, whenever i try to to run on a ios device, DynamicLibrary.process() fails – it seems libokapi.a is being optimized away from the build, no matter where i put it in the xcode config.

some recommended to call functions exposed by the library in Runner-Bridging-Header, similar to what GeneratedPluginRegistrant.m does, to prevent xcode from being overpedantic.

can you help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants