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
1.99k stars 396 forks source link

upgrades dependencies: Makes it compatible with the latest version of flutter_native_splash #451

Closed dancamdev closed 1 year ago

dancamdev commented 1 year ago

The biggest change coming with upgrading dependencies is image: 3.0.2 -> image: 4.0.10 - which caused the API for settings and checking the channels of an image slightly.

All tests are passing.

dancamdev commented 1 year ago

Should be an expansion on #447

timmolter commented 1 year ago

Please merge this. It's holding up upgrading our dependency tree.

ThexXTURBOXx commented 1 year ago

This breaks dependencies on the current SDK (3.7.0) because of path: ^1.8.3 Because of this, #447 is preferable.

OutdatedGuy commented 1 year ago

@dancamdev #447 is merged now. Can we close this PR?