khoren93 / flutter_zxing

Flutter plugin for scanning and generating QR codes using the ZXing library, supporting Android, iOS, and desktop platforms
https://pub.dev/packages/flutter_zxing
MIT License
97 stars 56 forks source link

Package bundles libflutter_zxing.so for all abis #107

Open Leptopoda opened 1 year ago

Leptopoda commented 1 year ago

When building for one abi only (like arm_64) libflutter_zxing.so is still included for all of them. This amounts in ~2.5MB unused code.

Could you please only bundle the necessary versions?

provokateurin commented 1 year ago

I think x86 is actually not supported and only x86_64 is so it could be completely removed :thinking: