You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
Add flutter mobile demo application with the following support:
The text was updated successfully, but these errors were encountered: