chewie icon indicating copy to clipboard operation
chewie copied to clipboard

Dependent provider version is too low

Open yvone1991 opened this issue 3 years ago • 0 comments

Because chewie >=1.2.0 depends on provider ^5.0.0 and flutter_bloc 7.3.3 depends on provider ^6.0.0, chewie >=1.2.0 is incompatible with flutter_bloc 7.3.3. And because no versions of flutter_bloc match >7.3.3 <8.0.0, chewie >=1.2.0 is incompatible with flutter_bloc ^7.3.3. So, because octopus_scratch depends on both flutter_bloc ^7.3.3 and chewie ^1.2.2, version solving failed. pub get failed (1; So, because octopus_scratch depends on both flutter_bloc ^7.3.3 and chewie ^1.2.2, version solving failed.)

I used the git version instead:

chewie: git: url: git://github.com/brianegan/chewie.git

yvone1991 avatar Nov 18 '21 08:11 yvone1991