Update Branding
Your app needs your brand that's why you need to also update your app icons, splash, logo name and colors.
Your app needs your brand that's why you need to also update your app icons, splash, logo name and colors.
It's really simple to update all.
Copy your logo and paste your icons and logo, make sure to use exactly name and format you will found in these folders: .../assets/icons
and .../assets/images
Run commands to automatically create Icons, Splashes Screen, and place logos everywhere's needed
Open the terminal within Android Studio by selecting View > Tool Windows > Terminal.
Run command to generate splash screen:
Run command to generate icons and logo:
To change your app colors, go and open .../lib/theme/colors.dart
file
Find kPrimaryColor, kSecondaryColor and kPrimaryLightColor
Click on each line and change them, then save.