sqlcipher_flutter_libs 0.7.0+eol
sqlcipher_flutter_libs: ^0.7.0+eol copied to clipboard
Not used anymore, update to version 3.x of package:sqlite3 instead
0.7.0+eol #
- Deprecate this package. Starting from versions 3.x of the
sqlite3package,sqlcipher_flutter_libsis no longer necessary. See these notes for details on how to upgrade. This version removes all code from this package. It can be used to require that the old Flutter-specific scripts are no longer used.
0.6.8 #
- Update SQLCipher to version 4.10.0.
0.6.7 #
- Update SQLCipher to version 4.9.0.
0.6.6 #
- Update SQLCipher to version 4.8.0.
0.6.5 #
- Update SQLCipher to version 4.6.1.
- Fix compilation error with Swift 6 on iOS.
0.6.4 #
- Fix compilation on Android by upgrading
compileSdkversion.
0.6.3 #
- Enable extension loading on Windows and Linux to match the compile options used on other platforms.
0.6.2 #
- Update SQLCipher to
4.5.7.
0.6.1 #
- Update SQLCipher to
4.5.6. - For Linux builds, you can now include
set(OPENSSL_USE_STATIC_LIBS OFF)in yourCMakeLists.txtto link OpenSSL dynamically.
0.6.0 #
- Update SQLCipher to
4.5.5(https://www.zetetic.net/blog/2023/08/31/sqlcipher-4.5.5-release/) - On Android, migrate from
android-database-sqlciphertosqlcipher-android. If you use SQLCipher APIs in your native Android platform code, consider migrating as well and follow the migration guide.
0.5.7 #
- Consistently compile
SQLCipherwithSQLITE_THREADSAFE=1on all supported platforms.
0.5.6 #
- Upgrade
SQLCipherto 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
SQLCipheron Windows - see the readme for more details.
0.5.3 #
- Upgrade
SQLCipherto version4.5.2.
0.5.2 #
- This package now works on Windows and Linux too!
- Upgrade
SQLCipherto version4.5.1
0.5.1 #
- Upgrade
SQLCipherto version4.5.0
0.5.0 #
- Initial pub release to match the version of
sqlite3_flutter_libs