flutter_sqlcipher icon indicating copy to clipboard operation
flutter_sqlcipher copied to clipboard

SQLCipher database plugin for Flutter apps.

Results 7 flutter_sqlcipher issues
Sort by recently updated
recently updated
newest added

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...

bug

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:...

bug

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.

enhancement
help wanted

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.

enhancement
help wanted

See: https://developer.android.com/reference/android/database/sqlite/SQLiteDatabase#compileStatement(java.lang.String)

enhancement