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

Potential Conflict: flutter_secure_storage and flutter_sound #872

Closed
Challagullanagsrujan opened this issue Jan 24, 2025 · 4 comments
Closed

Comments

@Challagullanagsrujan
Copy link

I'm encountering potential conflicts between the flutter_sound (version 9.19.1) and flutter_secure_storage (version 9.2.4) packages in my Flutter application.

Can you please fix this issue?

@juliansteenbakker
Copy link
Owner

What conflict are you having? Please provide some kind of log of the conflict.

@mgrimald
Copy link

Hello,
I guess it is the same issue (js ^0.6.3 vs ^0.7.1) : Canardoux/flutter_sound#1127

Because flutter_sound >=9.19.1 depends on flutter_sound_web 9.19.1 which depends on js ^0.7.1, flutter_sound >=9.19.1 requires js ^0.7.1.
Because flutter_secure_storage_web 1.2.1 depends on js ^0.6.3 and no versions of flutter_secure_storage_web match >1.2.1 <2.0.0, flutter_secure_storage_web ^1.2.1 requires js ^0.6.3.
Thus, flutter_sound >=9.19.1 is incompatible with flutter_secure_storage_web ^1.2.1.
And because flutter_secure_storage 9.2.4 depends on flutter_secure_storage_web ^1.2.1 and no versions of flutter_secure_storage match >9.2.4 <10.0.0, flutter_sound >=9.19.1 is incompatible with flutter_secure_storage ^9.2.4.
So, because mobileapp depends on both flutter_secure_storage ^9.2.4 and flutter_sound ^9.19.1, version solving failed.

@juliansteenbakker
Copy link
Owner

Please use the latest beta version to resolve this issue. v10.0.0-beta.4

@mgrimald
Copy link

Just saw that, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants