Getting below dependency issue, when try to add other package which uses http,
Because no versions of flutter_data match >1.5.14 <2.0.0 and flutter_data 1.5.14 depends on http ^0.13.3, flutter_data ^1.5.14 requires http ^0.13.3.
And because image_cropper >=5.0.0 depends on image_cropper_platform_interface ^5.0.0 which depends on http ^1.0.0, flutter_data ^1.5.14 is incompatible with image_cropper >=5.0.0.
So, because tile_show_project depends on both image_cropper ^5.0.0 and flutter_data ^1.5.14, version solving failed.
The issue with http package version, this is blocking other packages are installed, hence its failed,
Hi @frank06,
Getting below dependency issue, when try to add other package which uses http,
The issue with http package version, this is blocking other packages are installed, hence its failed,
kindly check and do the helpful
Thanks