amplify_secure_storage 0.2.0 copy "amplify_secure_storage: ^0.2.0" to clipboard
amplify_secure_storage: ^0.2.0 copied to clipboard

outdated

A package for storing secrets, intended for use in Amplify libraries.

0.2.0 #

Breaking Changes #

  • fix(secure_storage)!: use correct values for kSecAttrAccessible (#2649)

0.1.4+2 #

Fixes #

  • fix(secure_storage): clear SharedPreferences on first app launch after install (#2637)

0.1.4+1 #

  • Minor bug fixes and improvements

0.1.4 #

  • Minor bug fixes and improvements

0.1.3 #

  • Minor bug fixes and improvements

0.1.2 #

Fixes #

  • fix(auth, secure_storage): update generated java pigeon code (#2184)

0.1.1 #

Features #

  • feat(secure_storage): handle package uninstall/re-install on Linux and Windows (#2044)
  • feat(secure_storage): remove items on re-install for iOS & MacOS (#2118)

0.1.0 #

  • Initial version.