flutter_sqlcipher
flutter_sqlcipher copied to clipboard
SQLCipher database plugin for Flutter apps.
Hello, this flutter_sqlcipher plugin appears to no longer be compatible with the latest versions of flutter in the beta channel (as well as on dev and master channels). I have...
When trying to open a database with wrong password, the app crash on the following exception: > Exception has occurred. > SqfliteDatabaseException (DatabaseException(file is not a database: , while compiling:...
Fixes issue #6
At present, iOS is not supported. This may eventually be addressed going forward by bundling and wrapping [FMDB](https://github.com/ccgus/fmdb) which includes SQLCipher support.
This commit fix two issues. First of all, the _insert()_ method was broken on my Pixel 2 XL with the Android 10 update. The _convertMapToContentValues()_ method always returned _null_. I...
Due to the bundled SQLCipher native libraries, the final APK size currently increases by about 6.7 MiB. Investigate ways to reduce that footprint.
See: https://developer.android.com/reference/android/database/sqlite/SQLiteDatabase#compileStatement(java.lang.String)