davidmartos96 / sqflite_sqlcipher

SQLite flutter plugin
BSD 2-Clause "Simplified" License
96 stars 41 forks source link

Android 12 release build unable to open database #59

Closed surajprasad57 closed 2 years ago

surajprasad57 commented 2 years ago

In android 12 , release build fails to open database, however if we use latest version of sqlite package there is no such issue. Please upgrade your package to give support for android 12

davidmartos96 commented 2 years ago

@surajprasad57 Can you provide the error log you are getting?

davidmartos96 commented 2 years ago

@surajprasad57 You can try using version 2.1.1, where I updated the Android build version, but I'd say the issue you are having is related to the proguard configuration. Please check the README, for the configuration needed on Android in release mode.

surajprasad57 commented 2 years ago

Thanks for the quick response. I will update the version to 2.1.1 and also update the proguard file and will update in this thread if everything works fine

davidmartos96 commented 2 years ago

@surajprasad57 Were you able to get it working?

davidmartos96 commented 2 years ago

Closing. The example folder in the repository runs and builds with the latest Flutter 3.0. Let me know if you encounter any issue.