Dependency Conflict: flutterflow_debug_panel and url_launcher

Troubleshooting

I cloned a project and when running the project on my cell phone this error always appears:

Local Run iPhone de Tiago:

Because every version of flutterflow_debug_panel from git depends on url_launcher 6.2.5 and app_cliente_teste depends on url_launcher 6.3.0, flutterflow_debug_panel from git is forbidden.

So, because app_cliente_teste depends on flutterflow_debug_panel from git, version solving failed.

You can try the following suggestion to make the pubspec resolve:

* Consider downgrading your constraint on url_launcher: flutter pub add url_launcher:^6.2.5

What have you tried so far?

I did exactly as instructed, but when I run the test again, this error appears again, always remaining in this error loop.

flutter pub add url_launcher:^6.2.5

Did you check FlutterFlow's Documentation for this topic?
No
5
8 replies