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

build fails completely, upgrade js package to (js ^0.7.1) #781

Open
ziyadmansy opened this issue Aug 29, 2024 · 3 comments
Open

build fails completely, upgrade js package to (js ^0.7.1) #781

ziyadmansy opened this issue Aug 29, 2024 · 3 comments

Comments

@ziyadmansy
Copy link

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.
And because flutter_branch_sdk >=7.2.0 depends on js ^0.7.1,
flutter_branch_sdk >=7.2.0 is incompatible with
flutter_secure_storage_web ^1.2.1.
And because flutter_secure_storage 9.2.2 depends on
flutter_secure_storage_web ^1.2.1 and no versions of
flutter_secure_storage match >9.2.2 <10.0.0, flutter_branch_sdk >=7.2.0
is incompatible with flutter_secure_storage ^9.2.2.
So, because neo depends on both flutter_secure_storage ^9.2.2 and
flutter_branch_sdk ^8.1.1, version solving failed.

@techouse
Copy link
Contributor

Add this to your pubspec.yaml

dependency_overrides:
  js: ^0.7.1

@SzymonDziak
Copy link

js: ^0.7.1

thank you very much.

@TatsuUkraine
Copy link

are there any plans to update deps resolution to something like `js: '>=0.6.3 <1.0.0'?

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

4 participants