juliansteenbakker/flutter_secure_storage

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

Opened this issue · 3 comments

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.

Add this to your pubspec.yaml

dependency_overrides:
  js: ^0.7.1
js: ^0.7.1

thank you very much.

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