darwin-morocho / flutter-facebook-auth

A flutter plugin to add login with facebook in your flutter app
198 stars 139 forks source link

js ^0.6.3 upgrade #410

Open cnkygmr opened 3 months ago

cnkygmr commented 3 months ago

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 commented 3 months ago

@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