app_storage_kit 0.0.7 copy "app_storage_kit: ^0.0.7" to clipboard
app_storage_kit: ^0.0.7 copied to clipboard

Flutter Plugin for using different storage types, including Normal Storage (Shared Preferences), Secure Storage (Keychain / Keystore) and Database

0.0.7 #

  • DB Storage insert data default handling ConflictAlgorithm.ignore => ConflictAlgorithm.replace
  • Added param in setRecord for selecting conflictAlgorithm

0.0.6 #

  • Improved table scheme migration method

0.0.5 #

  • Fixed init DB path bug
  • Added table scheme update migration

0.0.4+1 #

  • Fixed initialization bug

0.0.4 #

  • Minor bug fix

0.0.3 #

  • Added Database Storage with sqflite

0.0.2 #

  • Files formatted according to dartfmt

0.0.1 #

  • Initialize Package
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Flutter Plugin for using different storage types, including Normal Storage (Shared Preferences), Secure Storage (Keychain / Keystore) and Database

Homepage

License

MIT (LICENSE)

Dependencies

flutter, flutter_secure_storage, shared_preferences, sqflite

More

Packages that depend on app_storage_kit