-
Notifications
You must be signed in to change notification settings - Fork 0
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
flutter pub get error after nullsafety arrival #2
Comments
/home/hawkbee/snap/flutter/common/flutter/bin/flutter --no-color pub outdated dev_dependencies transitive dependencies transitive dev_dependencies Dependencies are all constrained to the latest resolvable versions. |
After manually updating all package version : |
hawkbee@hawkbee-Strix-GL703GM-GL703GM:~/Documents/flutter/bluevsred$ flutter channel
|
Time to install fvm ! ... That was fast and easy to install |
switching to channel stable doesn't solve the issue |
with
I obtain
|
screenshots version is too old with this configuration |
Solved issue with use of any as version number for screenshots, flutter_test and test + overriding dependencies to allow last version of screenshots. |
Because every version of flutter_driver from sdk depends on process 4.0.0-nullsafety.2 and screenshots 2.1.1 depends on process ^3.0.9, flutter_driver from sdk is incompatible with screenshots 2.1.1.
And because no versions of screenshots match >2.1.1 <3.0.0, flutter_driver from sdk is incompatible with screenshots ^2.1.1.
So, because bluevsred depends on both screenshots ^2.1.1 and flutter_driver any from sdk, version solving failed.
pub get failed (1; So, because bluevsred depends on both screenshots ^2.1.1 and flutter_driver any from sdk, version solving failed.)
The text was updated successfully, but these errors were encountered: