dart-lang/path

Getting `version solving failed` with using 1.8.3 version

Closed this issue · 1 comments

However it's not in case of version 1.8.2

image

This is unfortunately currently working as expected. Every version of flutter (and flutter_test) pins its dependencies to exact versions and not to version ranges. So, the flutter version that you're using needs exactly path 1.8.2. repo_viewer above has a dep of ^1.8.3, and pub can't solve for a version of path.

One possibility is to ask repo_viewer to widen its dependency on path to something like ^1.8.0.