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

Feature/latest ios icon sizes (fixes #528) #567

Open lacostej opened 2 months ago

lacostej commented 2 months ago

Fixes #528

Tentative fix. Someone wants to test it? In your pubspec.yaml

I can squash the branch later.

Instead of

  flutter_launcher_icons: "^0.13.1"

use

  # "^0.13.1" + fix for https://github.com/fluttercommunity/flutter_launcher_icons/issues/528
  flutter_launcher_icons:
    git:
      url: git@github.com:PilotMade/flutter_launcher_icons.git
      ref: feature/latest_ios_icon_sizes

Tested with Xcode 15.2 here.