secure_db 1.0.5 copy "secure_db: ^1.0.5" to clipboard
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_storage from ^9.0.0 to ^10.0.0
    • Updated crypto from ^3.0.3 to ^3.0.7
    • Updated sqflite_common_ffi from ^2.3.6 to ^2.4.0
    • Updated flutter_lints from ^3.0.0 to ^6.0.0
  • Bug Fixes: Removed deprecated encryptedSharedPreferences parameter 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.
11
likes
0
points
277
downloads

Publisher

verified publisheronionlabs.dev

Weekly Downloads

A unified secure database package that provides encrypted storage using both Hive and SQLite with automatic encryption/decryption.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, encrypt, flutter, flutter_secure_storage, hive, hive_flutter, meta, path, sqflite, sqflite_common_ffi

More

Packages that depend on secure_db