You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
And because no versions of flutter_secure_storage_web match >1.2.1 <2.0.0 and flutter_secure_storage_web 1.2.1 depends on js ^0.6.3, flutter_secure_storage ^9.2.2 requires js ^0.6.3.
And because flutter_sound >=9.16.3 depends on flutter_sound_web 9.16.3 which depends on js ^0.7.1, flutter_secure_storage ^9.2.2 is incompatible with flutter_sound >=9.16.3.
So, because iepes_app depends on both flutter_sound ^9.16.3 and flutter_secure_storage ^9.2.2, version solving failed.
You can try one of the following suggestions to make the pubspec resolve:
Consider downgrading your constraint on flutter_secure_storage: flutter pub add flutter_secure_storage:^4.2.1
Consider downgrading your constraint on flutter_sound: flutter pub add flutter_sound:^9.6.0
The text was updated successfully, but these errors were encountered:
Try pub get for this dep:
flutter_secure_storage: ^9.2.2
flutter_sound: ^9.16.3
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.
And because no versions of flutter_secure_storage_web match >1.2.1 <2.0.0 and flutter_secure_storage_web 1.2.1 depends on js ^0.6.3, flutter_secure_storage ^9.2.2 requires js ^0.6.3.
And because flutter_sound >=9.16.3 depends on flutter_sound_web 9.16.3 which depends on js ^0.7.1, flutter_secure_storage ^9.2.2 is incompatible with flutter_sound >=9.16.3.
So, because iepes_app depends on both flutter_sound ^9.16.3 and flutter_secure_storage ^9.2.2, version solving failed.
You can try one of the following suggestions to make the pubspec resolve:
The text was updated successfully, but these errors were encountered: