## 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](https://github.com/aws-amplify/amplify-flutter/pull/2942)) - fix(secure_storage): add package to generated kt code ([#3007](https://github.com/aws-amplify/amplify-flutter/pull/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](https://github.com/aws-amplify/amplify-flutter/pull/2744)) ### Fixes - fix(secure_storage): Only init Windows config on Windows ([#2751](https://github.com/aws-amplify/amplify-flutter/pull/2751)) ## 0.2.0 ### Breaking Changes - fix(secure_storage)!: use correct values for `kSecAttrAccessible` ([#2649](https://github.com/aws-amplify/amplify-flutter/pull/2649)) ## 0.1.4+2 ### Fixes - fix(secure_storage): clear SharedPreferences on first app launch after install ([#2637](https://github.com/aws-amplify/amplify-flutter/pull/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](https://github.com/aws-amplify/amplify-flutter/pull/2184)) ## 0.1.1 ### Features - feat(secure_storage): handle package uninstall/re-install on Linux and Windows ([#2044](https://github.com/aws-amplify/amplify-flutter/pull/2044)) - feat(secure_storage): remove items on re-install for iOS & MacOS ([#2118](https://github.com/aws-amplify/amplify-flutter/pull/2118)) ## 0.1.0 - Initial version.