-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
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
docs: document on updating the application icon on core and wear apps #768
Comments
assign please |
Here what i have tried to make it EASY to understand for a beginner .hope you like it @renancaraujo @alestiago
flutter pub run flutter_launcher_icons:generate If you want to specify a custom configuration file name, use: flutter pub run flutter_launcher_icons:generate -f To override an existing config file, use the -o flag: flutter pub run flutter_launcher_icons:generate -o Alternatively, you can add your Flutter Launcher Icons configuration to your pubspec.yaml file. Here's an example configuration: dev_dependencies: flutter_launcher_icons:
After configuring, run the package with these commands: flutter pub get If you used a custom configuration file name, specify it like this: flutter pub get Attributes: You can customize various attributes in the configuration file, such as the image path and specific settings for Android, iOS, web, Windows, and macOS platforms. If you have flavor support, create a configuration file for your flavor following the same format as the main configuration. Troubleshooting: If you encounter issues like color differences or image size problems, follow the troubleshooting guidance provided in the documentation |
@Salonikansal2 thanks for adding the information, would you mind opening a Pull Request with the change so the team can review it? |
Extracted from #481
Description
As defined by #481 , people using our templates want to know how to update the application icons.
This card is about researching a step-by-step on how to perform this task, maybe using current tools such as Flutter laucher icons.
Then document the findings.
The text was updated successfully, but these errors were encountered: