Closed BirjuVachhani closed 1 year ago
Same here. Cannot upgrade my project to Image 4.0.8 because of dependency conflict with this package. Please fix soon :)
have the same problem:
Because no versions of flutter_launcher_icons match >0.11.0 <0.12.0 and flutter_launcher_icons 0.11.0 depends on image ^3.0.2, flutter_launcher_icons ^0.11.0 requires image ^3.0.2.
please upgrade it, thanks in advance!
have the same problem:
Because no versions of flutter_launcher_icons match >0.11.0 <0.12.0 and flutter_launcher_icons 0.11.0 depends on image ^3.0.2, flutter_launcher_icons ^0.11.0 requires image ^3.0.2.
please upgrade it, thanks in advance!
hi, for temp solve, you can refer this fork, https://github.com/geekz-reno/flutter_launcher_icons.git
I also want this upgrade
I need this too, following
This issue was resolved by https://github.com/fluttercommunity/flutter_launcher_icons/pull/447.
As pointed out by @ycherniavskyi this is now resolved, thank you @BirjuVachhani for your contribution!
:speech_balloon: Description
This library prevents me from using the latest dependency of image library in my project since I am using this package and it depends on
image: 3.0.2
.One of the changelogs of
image: 4.0.0
See full changelog here.
:question: Platform
None.