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

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

0.4.1 #

Fixes #

  • fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1
  • fix: Bumped path to ">=1.8.0 <2.0.0"

0.4.0+6 #

  • Minor bug fixes and improvements

0.4.0+5 #

  • Minor bug fixes and improvements

0.4.0+4 #

  • Minor bug fixes and improvements

0.4.0+3 #

  • Minor bug fixes and improvements

0.4.0+2 #

  • Minor bug fixes and improvements

0.4.0+1 #

  • Minor bug fixes and improvements

0.4.0 #

Features #

  • Dart 3 support (must update Dart SDK constraint to ^3.0.0)

Fixes #

  • fix(repo): AGP 8.0 compatibility (#2942)
  • fix(secure_storage): add package to generated kt code (#3007)
  • fix: remove AndroidKeysetManager log, upgrade to google/tink 1.8.0

0.3.0+4 #

Fixes #

  • fix(repo): Flutter 3.3 support

0.3.0+3 #

  • Minor bug fixes and improvements

0.3.0+2 #

  • Minor bug fixes and improvements

0.3.0+1 #

  • Minor bug fixes and improvements

0.3.0 #

Breaking Changes #

  • feat(secure_storage)!: Use Local App Data Directory on Windows (#2744)

Fixes #

  • fix(secure_storage): Only init Windows config on Windows (#2751)

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.