fluttercommunity / flutter_launcher_icons

Flutter Launcher Icons - A package which simplifies the task of updating your Flutter app's launcher icon. Fully flexible, allowing you to choose what platform you wish to update the launcher icon for and if you want, the option to keep your old launcher icon in case you want to revert back sometime in the future. Maintainer: @MarkOSullivan94
https://pub.dev/packages/flutter_launcher_icons
MIT License
2.01k stars 406 forks source link

[FEATURE REQUEST] Upgrade image dependency from 3.0.2 to the latest 4.0+ #442

Closed BirjuVachhani closed 1 year ago

BirjuVachhani commented 1 year ago

: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

Major overhaul of the API. Dart has changed a lot in the 10 years since this library was written, so the API has been modernized.

See full changelog here.

:question: Platform

None.

GotJimmy commented 1 year ago

Same here. Cannot upgrade my project to Image 4.0.8 because of dependency conflict with this package. Please fix soon :)

RoyalCoder88 commented 1 year ago

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!

geekz-reno commented 1 year ago

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

sirwes commented 1 year ago

I also want this upgrade

mariopepe commented 1 year ago

I need this too, following

ycherniavskyi commented 1 year ago

This issue was resolved by https://github.com/fluttercommunity/flutter_launcher_icons/pull/447.

MarkOSullivan94 commented 1 year ago

As pointed out by @ycherniavskyi this is now resolved, thank you @BirjuVachhani for your contribution!