I want to change the logo of my app but I dont know whats the right format to use. For Example when my Logo is the Apple logo. Should I use a jpeg file with a background color or should I only use a png of the Apple and add a background color later on?
4 Answers
There are standards for everything, when you are in a confusion you should always look for those.
iOS's standards: https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/app-icon/
Android's standards: https://developer.android.com/studio/write/image-asset-studio
Comments
Flutter Launcher Icons has been designed to help quickly generate launcher icons.
- Add the package to your pubspec.yaml file (within your Flutter project) to use it.
- Within pubspec.yaml file, specify the path of the icon you wish to use for the app.
- Run the package.
