dart-archive / ffi

Utilities for working with Foreign Function Interface (FFI) code
https://pub.dev/packages/ffi
BSD 3-Clause "New" or "Revised" License
156 stars 32 forks source link

Can't load library in android apk release version #163

Closed azkadev closed 1 year ago

azkadev commented 1 year ago

Sorry I don't know it's a bug of this flutter/library but, I'm trying to build the app using the extra libraries compiled into example.so,

But when app release whisper_dart.so not found, whereas the debug app can,

i try to open apk there is library example.so Screenshot from 2022-10-25 21-24-15

my flutter version 3.3.1: Flutter 3.3.1 • channel stable • https://github.com/flutter/flutter.git Framework • revision 4f9d92fbbd (7 weeks ago) • 2022-09-06 17:54:53 -0700 Engine • revision 3efdf03e73 Tools • Dart 2.18.0 • DevTools 2.15.0

I also tried on the latest flutter 3.3.5 but can't

dependencies:
  ffi: ^2.0.1

Can you fix this?