-
Notifications
You must be signed in to change notification settings - Fork 584
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
Potential Conflict: flutter_sound (9.17.0) and flutter_secure_storage #1127
Comments
What is exactly the error that you have ? What is the conflict ? |
Because no versions of flutter_secure_storage match >9.2.2 <10.0.0 and flutter_secure_storage 9.2.2 depends on flutter_secure_storage_web ^1.2.1, flutter_secure_storage ^9.2.2 requires flutter_secure_storage_web ^1.2.1. You can try one of the following suggestions to make the pubspec resolve:
|
I am not sure that it would be a good idea to downgrade the flutter sound dependency. |
Correct, I dont want to downgrade, the question is where is the outdated issue? Because if Im commit one of them it works fine with the latest version. |
The problem is with flutter_secure_storage_web 1.2.1. |
I'm encountering potential conflicts between the flutter_sound (version 9.17.0) and flutter_secure_storage (version 9.2.2) packages in my Flutter application.
Can you please fix this issue?
The text was updated successfully, but these errors were encountered: