-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#4147Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: google_sign_inThe Google Sign-In pluginThe Google Sign-In pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.
Description
Is there an existing issue for this?
- I have searched the existing issues
- I have read the guide to filing a bug
Use case
Hello, I have 2 dependencies on my pubspec.yaml :
google_sign_in: ^6.1.2
http: ^1.0.0
but get the following message:
Because google_sign_in >=6.1.0 depends on google_sign_in_web ^0.12.0 which depends on http ^0.13.5, google_sign_in >=6.1.0 requires http ^0.13.5.
So, because /project_name/ depends on both google_sign_in ^6.1.2 and http ^1.0.0, version solving failed.
Of course I can just downgrade the http package, but this version is over 10 months old. Is there a plan to integrate the latest http package with google_sign_in in the future?
Proposal
Google sign in should work with latest http package.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: google_sign_inThe Google Sign-In pluginThe Google Sign-In pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.