# App Logo

To change the App Logo, follow the following steps

1. open your pubspec.yaml
2. upload the desired image and set the path to **image\_path** under **flutter\_icons**
3. After that open terminal&#x20;
4. run the below code

```
flutter pub get
flutter pub run flutter_launcher_icons:main
```
