Skip to content

🐛 firebase_ui_oauth_facebook version ^1.3.0 is not compatible with flutter_facebook_auth version ^7.1.1 (the most recent) #436

Open
@alpb0130

Description

@alpb0130

Is there an existing issue for this?

  • I have searched the existing issues and found no duplicates.

What plugin is this bug for?

Firebase UI OAuth Facebook

What platform(s) does this bug affect?

iOS

List of dependencies used.

flutter pub deps -s list
  Resolving dependencies...
  Because firebase_ui_oauth_facebook 1.3.0 depends on flutter_facebook_auth ^6.0.3 and no versions of firebase_ui_oauth_facebook match >1.3.0 <2.0.0,
  firebase_ui_oauth_facebook ^1.3.0 requires flutter_facebook_auth ^6.0.3.
  So, because zzzon depends on both firebase_ui_oauth_facebook ^1.3.0 and flutter_facebook_auth ^7.1.1, version solving failed.

You can try the following suggestion to make the pubspec resolve:

  • Consider downgrading your constraint on flutter_facebook_auth: flutter pub add flutter_facebook_auth:^6.2.0

Steps to reproduce

  1. Install package flutter_facebook_auth: flutter pub add flutter_facebook_auth. flutter_facebook_auth: ^7.1.1 will be automatically added.
  2. Install package firebase_ui_oauth_facebook: flutter pub add firebase_ui_oauth_facebook. Got:
  Because firebase_ui_oauth_facebook <1.2.2 depends on flutter_facebook_auth ^4.4.0+1 and firebase_ui_oauth_facebook >=1.2.2 <1.2.9 depends on 
  flutter_facebook_auth ^5.0.8, firebase_ui_oauth_facebook <1.2.9 requires flutter_facebook_auth \^4.4.0+1 or \^5.0.8.
  
  And because firebase_ui_oauth_facebook >=1.2.9 <1.2.15 depends on flutter_facebook_auth ^6.0.1 and firebase_ui_oauth_facebook >=1.2.15 depends on
  flutter_facebook_auth ^6.0.3, every version of firebase_ui_oauth_facebook requires flutter_facebook_auth ^4.4.0+1 or ^5.0.8 or >=6.0.1 <7.0.0.
  
  So, because zzzon depends on both flutter_facebook_auth ^7.1.1 and firebase_ui_oauth_facebook any, version solving failed.

Expected Behavior

The newest firebase_ui_oauth_facebook package (^1.3.0) should be compatible with the current flutter_facebook_auth package version (^7.1.1).

Actual Behavior

The newest firebase_ui_oauth_facebook package (^1.3.0) is not compatible with the current flutter_facebook_auth package version (^7.1.1).

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions