# Update Branding

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`

<figure><img src="https://content.gitbook.com/content/4J4nvdCW2wCekDwEIpzi/blobs/FgDRbTzsqQPFqr3yNsZc/app%20icons.jpg" alt=""><figcaption></figcaption></figure>

## 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:&#x20;

```bash
dart run flutter_native_splash:create
```

2. Run command to generate icons and logo:&#x20;

```bash
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.
