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
I think the pub get error message explains this issue best :)
build_runner >=1.12.0 depends on pubspec_parse ^1.0.0 which depends on pub_semver ^2.0.0, build_runner >=1.12.0 requires pub_semver ^2.0.0.
And because platform_detect 1.4.0 depends on pub_semver ^1.4.2 and no versions of platform_detect match >1.4.0 <2.0.0, build_runner >=1.12.0 is incompatible with platform_detect ^1.4.0.
Essentially, pub_semver should be bumped to 2.0.0.
The text was updated successfully, but these errors were encountered:
I think the
pub get
error message explains this issue best :)Essentially,
pub_semver
should be bumped to2.0.0
.The text was updated successfully, but these errors were encountered: