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
After upgrading flutter to 3.10 and device_info_plus to 9.0.0;
It started showing an error when running flutter pub get.
Error:
Because package_info_plus >=1.4.1 <1.4.3 depends on package_info_plus_windows ^1.0.5 which depends on win32 ^2.0.0, package_info_plus >=1.4.1 <1.4.3 requires win32 ^2.0.0.
And because package_info_plus ^1.4.3 depends on package_info_plus_windows ^2.0.0, package_info_plus ^1.4.1 requires win32 ^2.0.0 or package_info_plus_windows ^2.0.0.
Because package_info_plus_windows >=2.1.0 depends on win32 >=2.7.0 <4.0.0 and package_info_plus_windows >=2.0.0 <2.1.0 depends on win32 ^2.7.0, package_info_plus_windows >=2.0.0 requires win32 >=2.7.0 <4.0.0.
Thus, package_info_plus ^1.4.1 requires win32 >=2.0.0 <4.0.0.
And because flutter_app_version_checker >=0.3.1 depends on package_info_plus ^1.4.2, flutter_app_version_checker >=0.3.1 requires win32 >=2.0.0 <4.0.0.
And because device_info_plus 9.0.0 depends on win32 ^4.1.4 and no versions of device_info_plus match >9.0.0 <10.0.0, flutter_app_version_checker >=0.3.1 is incompatible with device_info_plus ^9.0.0.
So, because s1mobile depends on both device_info_plus ^9.0.0 and flutter_app_version_checker ^0.3.2, version solving failed.
The text was updated successfully, but these errors were encountered:
After upgrading flutter to 3.10 and device_info_plus to 9.0.0;
It started showing an error when running flutter pub get.
Error:
The text was updated successfully, but these errors were encountered: