I am using leancloud_storage
latest version from pub.dev
.
It's quite a good plugin for supporting leancloud storage and works pretty well.
But, as you know, there are many other plugins that depend on Dio
and they require the least version is 3.0.9
which is in confilit with leancloud_storage
.
Currently, my solution is to override the dependence as follow
dependency_overrides:
dio: 3.0.8
But its not a perfect solution. I hope developers from leancloud
will upgrade Dio
dependence to latest version 3.0.10
.
Thanks.