secure_shared_preferences 0.0.4 secure_shared_preferences: ^0.0.4 copied to clipboard
Simple to use yet powerful package to encypt shared preferences in android and UserDefaults in iOS.
0.0.1 #
Initial release.
0.0.1-beta.01 #
Documentation updated
0.0.2 #
Flow chart added for better understanding of flow.
0.0.3 #
clearAll() method added to remove all preferences.
0.0.4 #
***** Breaking change ***** : isEncrypted parameter is made option, default value will false. What you need to do : make second parameter of all put/get method as isEncrypted = false OR isEncrypted = true. You can opt out default will be false.