sqlcipher_flutter_libs 0.5.7 sqlcipher_flutter_libs: ^0.5.7 copied to clipboard
Flutter plugin to include native SQLCipher libraries in your app
0.5.7 #
- Consistently compile
SQLCipher
withSQLITE_THREADSAFE=1
on all supported platforms.
0.5.6 #
- Upgrade
SQLCipher
to version4.5.4
(https://www.zetetic.net/blog/2023/04/27/sqlcipher-4.5.4-release).
0.5.5 #
- Support Android projects built with Gradle 8.
0.5.4 #
- Fix building
SQLCipher
on Windows - see the readme for more details.
0.5.3 #
- Upgrade
SQLCipher
to version4.5.2
.
0.5.2 #
- This package now works on Windows and Linux too!
- Upgrade
SQLCipher
to version4.5.1
0.5.1 #
- Upgrade
SQLCipher
to version4.5.0
0.5.0 #
- Initial pub release to match the version of
sqlite3_flutter_libs