drydart / flutter_sqlcipher

SQLCipher database plugin for Flutter apps.
https://pub.dev/packages/flutter_sqlcipher
The Unlicense
66 stars 14 forks source link

Decrease the plugin footprint for Android apps #2

Open artob opened 5 years ago

artob commented 5 years ago

Due to the bundled SQLCipher native libraries, the final APK size currently increases by about 6.7 MiB. Investigate ways to reduce that footprint.