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 to Flutter 1.22.0 I am getting the following error when trying to build.
Because no versions of tool_mobile match >1.9.5+1 <2.0.0 and tool_mobile 1.9.5+1 depends on tool_base ^1.9.5, tool_mobile ^1.9.5+1 requires tool_base ^1.9.5.
Because tool_base >=1.9.5+1 depends on process ^3.0.9 and tool_base >=1.9.5 <=1.9.5 depends on process 3.0.9, tool_base >=1.9.5 requires process ^3.0.9.
Thus, tool_mobile ^1.9.5+1 requires process ^3.0.9.
And because every version of flutter_driver from sdk depends on process 4.0.0-nullsafety.2, tool_mobile ^1.9.5+1 is incompatible with flutter_driver from sdk.
So, because project depends on both flutter_driver any from sdk and tool_mobile ^1.9.5+1, version solving failed.
The text was updated successfully, but these errors were encountered:
After upgrading to Flutter 1.22.0 I am getting the following error when trying to build.
The text was updated successfully, but these errors were encountered: