Boom Documentation
  • Get Started
  • Setup Mailgun
  • Firebase setup
  • Admob Setup
  • Facebook Login Setup
  • Parse Server Setup
    • Add Social Login
    • Deploy Cloud Code
  • Zegocloud Setup
  • Get Dative Core API key
  • Import and install app
    • Import project
    • Install the app
    • Setup zegocoud and Server
    • Run and compile the app
  • Update Branding
  • Customizations
Powered by GitBook
On this page
  • Step 1: Get your logos and icons in to the project
  • Step 2: Run commands
  • Step 3: Change app colors

Update Branding

Your app needs your brand that's why you need to also update your app icons, splash, logo name and colors.

PreviousRun and compile the appNextCustomizations

It's really simple to update all.

Step 1: Get your logos and icons in to the project

  1. 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

Step 2: Run commands

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.

  1. Run command to generate splash screen:

dart run flutter_native_splash:create
  1. Run command to generate icons and logo:

flutter pub run flutter_launcher_icons

Step 3: Change app colors

  1. To change your app colors, go and open .../lib/theme/colors.dart file

  2. Find kPrimaryColor, kSecondaryColor and kPrimaryLightColor

  3. Click on each line and change them, then save.