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

js ^0.6.3 upgrade #410

Open
cnkygmr opened this issue Jun 6, 2024 · 3 comments
Open

js ^0.6.3 upgrade #410

cnkygmr opened this issue Jun 6, 2024 · 3 comments

Comments

@cnkygmr
Copy link

cnkygmr commented Jun 6, 2024

What version are you using?

7.0.0

What OS and version are you using to local deploy your application?

What platforms are you seeing the problem on?

Android

pubspec.yaml

flutter_facebook_auth: ^7.0.0

Describe the Bug

Because flutter_webrtc >=0.10.8 depends on dart_webrtc ^1.4.6 which depends on js ^0.7.1, flutter_webrtc >=0.10.8 requires js ^0.7.1.
And because flutter_facebook_auth_web 6.0.0 depends on js ^0.6.3 and no versions of flutter_facebook_auth_web match >6.0.0 <7.0.0, flutter_webrtc >=0.10.8 is incompatible with flutter_facebook_auth_web ^6.0.0.
And because flutter_facebook_auth 7.0.0 depends on flutter_facebook_auth_web ^6.0.0 and no versions of flutter_facebook_auth match >7.0.0 <8.0.0, flutter_webrtc >=0.10.8 is incompatible with flutter_facebook_auth ^7.0.0.

Expected Behavior

New version

To Reproduce

Relevant log output

No response

flutter doctor -v

*

Info.plist (iOS)

No response

Podfile (iOS)

No response

AndroidManifest.xml

No response

MainActivity.java

No response

MainActivity.kt

No response

index.html

No response

Info.plist (macOS)

No response

@darwin-morocho
Copy link
Owner

@cnkygmr
I have tried to upgrade the flutter_secure_storage but it did not work

Maybe using the next code you can solve your issue

dependency_overrides:
  flutter_secure_storage_web: ^2.0.0-beta.1

@Exnonull
Copy link

Exnonull commented Nov 5, 2024

in my case this worked, had conflict with flutter_sound

dependency_overrides:
  js: any

@BunnyBuddy
Copy link

in my case this worked, had conflict with flutter_sound

dependency_overrides:
  js: any

This works, but it'd be better if it's updated in the package properly.

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