-
Notifications
You must be signed in to change notification settings - Fork 260
Open
Labels
Secure StorageIssues related to the secure_storage packageIssues related to the secure_storage packagequestionA question about the Amplify Flutter librariesA question about the Amplify Flutter libraries
Description
After upgrading Flutter, I'm encountering warnings related to the amplify_secure_storage
package. The package is referencing non-existent default plugins for Linux and Windows:
- Package amplify_secure_storage:linux references amplify_secure_storage_dart:linux as the default plugin, but the package does not exist, or is not a plugin package.
- Package amplify_secure_storage:windows references amplify_secure_storage_dart:windows as the default plugin, but the package does not exist, or is not a plugin package.
I'm using the following Amplify packages:
- amplify_api: ^1.6.2
- amplify_auth_cognito: ^1.6.1
- amplify_core: ^1.6.2
- amplify_flutter: ^1.6.1
- amplify_storage_s3: ^1.6.1
Flutter version:
Flutter 3.27.0 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 8495dee1fd (6 days ago) • 2024-12-10 14:23:39 -0800
Engine • revision 83bacfc525
Tools • Dart 3.6.0 • DevTools 2.40.2
Could you please advise on the necessary steps to resolve this issue?
Metadata
Metadata
Assignees
Labels
Secure StorageIssues related to the secure_storage packageIssues related to the secure_storage packagequestionA question about the Amplify Flutter librariesA question about the Amplify Flutter libraries