We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: flutter_launcher_icons: ^0.14.3 SDK Flutter: 3.27
I'm trying to generate icons for Android with the name "ic_launcher" but the files are always generated with the name "launcher_icon"
flutter_launcher_icons: android: "ic_launcher" ios: false image_path: "assets/icon/icon.png" min_sdk_android: 21 web: generate: false windows: generate: false macos: generate: false
Someone can help me, please?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ℹ️ Info
Version: flutter_launcher_icons: ^0.14.3
SDK Flutter: 3.27
💬 Description
I'm trying to generate icons for Android with the name "ic_launcher" but the files are always generated with the name "launcher_icon"
📜 Pubspec.yaml
flutter_launcher_icons:
android: "ic_launcher"
ios: false
image_path: "assets/icon/icon.png"
min_sdk_android: 21
web:
generate: false
windows:
generate: false
macos:
generate: false
Someone can help me, please?
The text was updated successfully, but these errors were encountered: