sqflite_sqlcipher
Flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine. (SqlCipher support)
3.4.1
73K downloads/mo
#1262 most downloaded on pub.dev
davidmartos96/sqflite_sqlcipher
What this package is like to depend on
Last release 20 days ago
04 Aug 2026
Release timing varies
gaps range from 3 weeks to 1.1 years
Most releases are documented
notes for 18 of 27 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
28 releases · first in 2020
2 releases in the last 12 months
see the full history below
Release timeline
28 releases · Mar 2020 to Aug 2026Releases
latest 28-
3.4.104 Aug 2026 -
3.4.015 Sep 2025Release notes
Open source →- Remove deprecation.
- Update minimum version to Flutter 3.35 to support Android SDK 36.
-
3.3.021 Aug 2025 -
3.2.129 Jul 2025 -
3.2.025 Jun 2025 -
3.1.020 May 2024 -
3.1.0+120 May 2024Nothing published for this version
-
3.0.009 Apr 2024Release notes
Open source →- Update SQLCipher version to 4.5.6
- Android minimum required SDK 21 and use
compileSdk34. - Ensure the provided password is valid when opening the database. This now makes it possible to differentiate between failing to cipher_migrate and opening a database with the wrong password.
- On iOS/macOS, if you have sqflite as a transitive dependency with version 2.3.2 or greater, the
fmdb_overrideworkaround in thedependency_overridesis not needed anymore. - Add iOS/MacOS privacy manifest
- Dart >= 3.3.0
-
2.2.101 Sep 2023Release notes
Open source →- Update minimum deployment targets for iOS (11.0) and macOS (10.13) to use SQLCipher 4.5.4
-
2.2.003 Aug 2023 -
2.1.131 May 2022Release notes
Open source →- SQLCipher version 4.5.0
- Update Android build version
- Update example project
-
2.1.1+111 Sep 2022Nothing published for this version
-
2.1.030 Sep 2021 -
2.0.021 Mar 2021 -
2.0.0-nullsafety.025 Nov 2020 pre-release -
1.1.429 Dec 2020Release notes
Open source →- Update names in ios native implementation to avoid conflicts with the
sqflitepackage
- Update names in ios native implementation to avoid conflicts with the
-
1.1.308 Dec 2020 -
1.1.213 Nov 2020 -
1.1.114 Jun 2020 -
1.1.018 May 2020Nothing published for this version
-
1.1.0+118 May 2020 -
1.0.014 Mar 2020Nothing published for this version
-
1.0.0+114 Mar 2020Nothing published for this version
-
1.0.0+214 Mar 2020Nothing published for this version
-
1.0.0+315 Mar 2020Nothing published for this version
-
1.0.0+415 Mar 2020Nothing published for this version
-
1.0.0+516 Mar 2020Nothing published for this version
-
1.0.0+608 Apr 2020Release notes
Open source →- Initial package release, using
sqflite_commonas a dependency under the hood.
- Initial package release, using