sqflite_sqlcipher 2.1.0 sqflite_sqlcipher: ^2.1.0 copied to clipboard
Flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine. (SqlCipher support)
2.1.0 #
- Remove references to deprecated android plugin embedding v1
2.0.0 #
- Stable version with NNBD support
2.0.0-nullsafety.0 #
- NNBD support
1.1.4 #
- Update names in ios native implementation to avoid conflicts with the
sqflite
package
1.1.1 #
- Remove unnecessary logs
1.0.0+6 #
- Initial package release, using
sqflite_common
as a dependency under the hood.