Open dvorapa opened 1 year ago
Same issue
I'm also experiencing the same issue. App Store Connect is complaining that the alpha channel is still there.
My pubspec.yaml snippet:
flutter_icons:
android: true
ios: true
remove_alpha_ios: true
image_path: 'assets/images/app/app_icon.png'
I submitted PR #464 to fix this. If you want to test it, use it in your pubspec.yaml like so:
dev_dependencies:
flutter_launcher_icons:
git:
url: https://github.com/fluttercommunity/flutter_launcher_icons.git
ref: 26fedcee4b0e6f7a85f65f1fb48834a21f57e970
I submitted PR #464 to fix this. If you want to test it, use it in your pubspec.yaml like so:
dev_dependencies: flutter_launcher_icons: git: url: https://github.com/fluttercommunity/flutter_launcher_icons.git ref: 26fedcee4b0e6f7a85f65f1fb48834a21f57e970
Have tested this and the warning get cleared.
@MarkOSullivan94, this issue has been resolved. Can you close it?
ver. 0.13.1 and (latest vers. of A.S., latest SDK). (After update in terminal (Alt+F12) it still writes version number v0.12.0) With all "... config.g" files (underlined with a red wavy line):
The imported library 'package:flutter_launcher_icons/config/macos_config.g.dart' can't have a part-of directive. (Documentation) Try importing the library that the part is a part of.
And Alt+F12: flutter pub run flutter_launcher_icons
Result is:
Deprecated. Use dart run
instead. ___ (But, nevertheless, everything works)
the error "Fix remove alpha" has been resolved
it is working fine with this code
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/launcher_icon/logo-admin.png"
remove_alpha_ios: true
flutter_launcher_icons: ^0.13.1
:information_source: Info
Version:
v0.12.0
:speech_balloon: Description
I upgraded to 0.12.0, but it broke all my icons suddenly, because remove_alpha_ios option in pubspec.yaml gets ignored now. It worked before with 0.11.0. You can see that in this response:
:scroll: Pubspec.yaml