secure_db 1.0.5
secure_db: ^1.0.5 copied to clipboard
A unified secure database package that provides encrypted storage using both Hive and SQLite with automatic encryption/decryption.
1.0.5 #
- Dependency Updates: Updated to latest compatible versions for better pub.dev scoring
- Updated
flutter_secure_storagefrom ^9.0.0 to ^10.0.0 - Updated
cryptofrom ^3.0.3 to ^3.0.7 - Updated
sqflite_common_ffifrom ^2.3.6 to ^2.4.0 - Updated
flutter_lintsfrom ^3.0.0 to ^6.0.0
- Updated
- Bug Fixes: Removed deprecated
encryptedSharedPreferencesparameter for Android (data automatically migrated) - Compatibility: Improved compatibility with latest Flutter SDK and dependencies
1.0.4 #
- Improved API: Enhanced API consistency with new instance-based access patterns.
- Dual Access Support: Added better support for both factory methods (SecureDB.hive()) and direct instance access (SecureHive.instance).
- Performance & Stability: Enhanced singleton implementation for both Hive and SQLite and removed debug print statements.
- Documentation Update: Comprehensive documentation with updated usage examples and guides.