You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bug]: [beboro] flutter pub get --no-example Resolving dependencies... Because every version of get from git depends on web >=0.4.0 <0.6.0 and geolocator_web >=4.0.1 depends on web ^1.0.0, get from git is incompatible with geolocator_web >=4.0.1. And because geolocator >=13.0.1 depends on geolocator_web ^4.1.1, get from git is incompatible with geolocator >=13.0.1. So, because beboro depends on both geolocator ^13.0.1 and get from git, version solving failed.
#1592
Closed
5 of 8 tasks
fisforfaheem opened this issue
Oct 17, 2024
· 2 comments
I have carefully read the documentation and verified I have added the required platform specific configuration.
Please select affected platform(s)
Android
iOS
Linux
macOS
Web
Windows
Steps to reproduce
[beboro] flutter pub get --no-example
Resolving dependencies...
Because every version of get from git depends on web >=0.4.0 <0.6.0 and geolocator_web >=4.0.1 depends on web ^1.0.0, get from git is incompatible with geolocator_web >=4.0.1.
And because geolocator >=13.0.1 depends on geolocator_web ^4.1.1, get from git is incompatible with geolocator >=13.0.1.
So, because beboro depends on both geolocator ^13.0.1 and get from git, version solving failed.
Expected results
[beboro] flutter pub get --no-example
Resolving dependencies...
Because every version of get from git depends on web >=0.4.0 <0.6.0 and geolocator_web >=4.0.1 depends on web ^1.0.0, get from git is incompatible with geolocator_web >=4.0.1.
And because geolocator >=13.0.1 depends on geolocator_web ^4.1.1, get from git is incompatible with geolocator >=13.0.1.
So, because beboro depends on both geolocator ^13.0.1 and get from git, version solving failed.
Actual results
[beboro] flutter pub get --no-example
Resolving dependencies...
Because every version of get from git depends on web >=0.4.0 <0.6.0 and geolocator_web >=4.0.1 depends on web ^1.0.0, get from git is incompatible with geolocator_web >=4.0.1.
And because geolocator >=13.0.1 depends on geolocator_web ^4.1.1, get from git is incompatible with geolocator >=13.0.1.
So, because beboro depends on both geolocator ^13.0.1 and get from git, version solving failed.
Code sample
Code sample
[Paste your code here]
Screenshots or video
Screenshots or video demonstration
[Upload media here]
Version
latest
Flutter Doctor output
[beboro] flutter pub get --no-example
Resolving dependencies...
Because every version of get from git depends on web >=0.4.0 <0.6.0 and geolocator_web >=4.0.1 depends on web ^1.0.0, get from git is incompatible with geolocator_web >=4.0.1.
And because geolocator >=13.0.1 depends on geolocator_web ^4.1.1, get from git is incompatible with geolocator >=13.0.1.
So, because beboro depends on both geolocator ^13.0.1 and get from git, version solving failed.
The text was updated successfully, but these errors were encountered:
The problem here is with the get plugin which depends on an outdated version of the web package.
Unfortunately there is not much I can do to help, maybe ask the maintainers of get to update their plugin dependencies. Version 1.0.0 of web is the current standard and we will not deviate from it.
Please check the following before submitting a new issue.
Please select affected platform(s)
Steps to reproduce
[beboro] flutter pub get --no-example
Resolving dependencies...
Because every version of get from git depends on web >=0.4.0 <0.6.0 and geolocator_web >=4.0.1 depends on web ^1.0.0, get from git is incompatible with geolocator_web >=4.0.1.
And because geolocator >=13.0.1 depends on geolocator_web ^4.1.1, get from git is incompatible with geolocator >=13.0.1.
So, because beboro depends on both geolocator ^13.0.1 and get from git, version solving failed.
Expected results
[beboro] flutter pub get --no-example
Resolving dependencies...
Because every version of get from git depends on web >=0.4.0 <0.6.0 and geolocator_web >=4.0.1 depends on web ^1.0.0, get from git is incompatible with geolocator_web >=4.0.1.
And because geolocator >=13.0.1 depends on geolocator_web ^4.1.1, get from git is incompatible with geolocator >=13.0.1.
So, because beboro depends on both geolocator ^13.0.1 and get from git, version solving failed.
Actual results
[beboro] flutter pub get --no-example
Resolving dependencies...
Because every version of get from git depends on web >=0.4.0 <0.6.0 and geolocator_web >=4.0.1 depends on web ^1.0.0, get from git is incompatible with geolocator_web >=4.0.1.
And because geolocator >=13.0.1 depends on geolocator_web ^4.1.1, get from git is incompatible with geolocator >=13.0.1.
So, because beboro depends on both geolocator ^13.0.1 and get from git, version solving failed.
Code sample
Code sample
[Paste your code here]
Screenshots or video
Screenshots or video demonstration
[Upload media here]
Version
latest
Flutter Doctor output
[beboro] flutter pub get --no-example
Resolving dependencies...
Because every version of get from git depends on web >=0.4.0 <0.6.0 and geolocator_web >=4.0.1 depends on web ^1.0.0, get from git is incompatible with geolocator_web >=4.0.1.
And because geolocator >=13.0.1 depends on geolocator_web ^4.1.1, get from git is incompatible with geolocator >=13.0.1.
So, because beboro depends on both geolocator ^13.0.1 and get from git, version solving failed.
The text was updated successfully, but these errors were encountered: