Created
August 31, 2025 16:35
-
-
Save bobipermanasandi/5fe0c7217f00909db947d6a9a1ab90e6 to your computer and use it in GitHub Desktop.
Configure Application Launcher Icons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| flutter_launcher_icons: | |
| android: "launcher_icon" | |
| ios: true | |
| image_path: "assets/icon.png" | |
| min_sdk_android: 21 | |
| remove_alpha_ios: true | |
| web: | |
| generate: true | |
| image_path: "assets/icon.png" | |
| background_color: "#ffffff" | |
| theme_color: "#ffffff" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment