Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings after Flutter upgrade - Missing plugin for Linux and Windows #5778

Open
JayMoliya33 opened this issue Dec 16, 2024 · 1 comment
Open
Labels
question A question about the Amplify Flutter libraries Secure Storage Issues related to the secure_storage package

Comments

@JayMoliya33
Copy link

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?

@github-actions github-actions bot added pending-triage This issue is in the backlog of issues to triage pending-maintainer-response Pending response from a maintainer of this repository labels Dec 16, 2024
@tyllark
Copy link
Member

tyllark commented Dec 17, 2024

Hello @JayMoliya33, could you please try upgrading your packages to the latest versions (2.5.1) and let us know if that resolved your issue. There was a Plugin endorsement issue that was fixed in PR #5208.

@github-actions github-actions bot removed the pending-maintainer-response Pending response from a maintainer of this repository label Dec 17, 2024
@tyllark tyllark added Secure Storage Issues related to the secure_storage package pending-maintainer-response Pending response from a maintainer of this repository question A question about the Amplify Flutter libraries labels Dec 17, 2024
@github-actions github-actions bot removed the pending-triage This issue is in the backlog of issues to triage label Dec 17, 2024
@tyllark tyllark removed the pending-maintainer-response Pending response from a maintainer of this repository label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question A question about the Amplify Flutter libraries Secure Storage Issues related to the secure_storage package
Projects
None yet
Development

No branches or pull requests

2 participants