dependencies issue

Project Settings

I have this messagen when i want to run my app on local device:


Because every version of flutter_test from sdk depends on collection 1.18.0 and house_assistent depends on collection 1.19.0, flutter_test from sdk is forbidden.

So, because house_assistent depends on flutter_test from sdk, version solving failed.

I tried to pin the version on 1.18.0

But then the next dependency issue appears:

Because every version of flutter_test from sdk depends on vm_service 14.2.5 and every version of flutterflow_debug_panel from git depends on vm_service ^14.3.0, flutter_test from sdk is incompatible with flutterflow_debug_panel from git.

So, because house_assistent depends on both flutterflow_debug_panel from git and flutter_test from sdk, version solving failed.

What is this flutter_test, and why is it keep breaking my project?

What have you tried so far?

I tried to pin the collection version on 1.18.0

Did you check FlutterFlow's Documentation for this topic?
Yes
1
2 replies