How to Change App Icon in Flutter Android Studio |🔥 100% Working Method (2026)

Опубликовано: 13 Май 2026
на канале: How to fix
189
3

Learn how to give your Flutter application a professional look by changing the default icon and app name. This tutorial covers the latest flutter_launcher_icons (v0.13.1) package and the correct way to modify the Android Manifest for name changes in 2026.

Changing your app icon manually is a headache—we’ll show you how to automate it in seconds!

📌 What You Will Learn:
How to set up the flutter_launcher_icons configuration.
The correct terminal commands to generate icons without errors.
How to change the App Name (Label) in AndroidManifest.xml.
Troubleshooting common "icon not updating" issues.

📂 Project Folder Path:
assets/icon/app_icon.png

🧩 Commands Used:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter_launcher_icons: ^0.13.1

flutter_icons:
android: true
ios: false
image_path: "assets/icon/app_icon.png"

flutter clean
flutter pub get
flutter pub run flutter_launcher_icons:main

📦 Package Used:
flutter_launcher_icons

Official Package and Resources:
Package: pub.dev/packages/flutter_launcher_icons
Design Tools: Canva / Photoshop

🛠 Tools Used:
• Flutter
• Android Studio

🕒 Timestamps:
0:00 - Intro: Why you need a custom icon
0:45 - Preparing your logo file (.png)
1:20 - Setting up pubspec.yaml dependencies
2:15 - Creating the Assets folder
3:10 - Running the commands in the terminal
3:55 - CRITICAL: Changing the App Name in AndroidManifest
4:30 - Testing on Emulator & Final Result


If this tutorial helped you, make sure to:
👍 LIKE the video
🔄 SHARE with friends
❤️ SUBSCRIBE for more Flutter tutorials

#flutter #androidstudio #appicon #fluttertutorial #mobiledevelopment #dart #flutter2026