Flutter Tutorial - How to Change App Icon and App Name | The Right Way | Android & iOS

Flutter Tutorial - How to Change App Icon and App Name | The Right Way | Android & iOS

HeyFlutter․com

2 года назад

185,410 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@BhanteSubhuti
@BhanteSubhuti - 04.11.2023 05:46

Well appreciated. My icon was too small before this vid..

Ответить
@MillionDolllarBaby
@MillionDolllarBaby - 19.10.2023 12:53

any attempt to edit the pubspec file is giving e errors, i dont get how you did this

Ответить
@AlanRiosoff
@AlanRiosoff - 11.10.2023 06:23

Muito obrigado!!

Ответить
@aldarits9627
@aldarits9627 - 21.09.2023 18:03

Thank you! Saved a lot of time for me, very useful , short video, good guality. But you should also explain why padding is 25% and Shape should be changed(When I was making it , there was no option on "None")

Ответить
@memzvideo4342
@memzvideo4342 - 26.08.2023 18:42

Good luck

Ответить
@DALI_MB
@DALI_MB - 15.08.2023 15:59

thank you <3

Ответить
@roninspect4357
@roninspect4357 - 30.07.2023 17:22

You're a lifesaver , thanks a lot

Ответить
@MdSiam-kw5ox
@MdSiam-kw5ox - 11.06.2023 12:21

Thanks for the video.

Ответить
@jenishshrestha2433
@jenishshrestha2433 - 17.05.2023 10:17

OP

Ответить
@jacsdev
@jacsdev - 06.05.2023 05:55

bro,. you're amazing!! always excellent content!

Ответить
@Crackie
@Crackie - 13.03.2023 14:25

This package doesn't work anymore.
If you use adaptive background/foreground it just zooms in the photo and doesn't place the icon in the center.
If you want to put a photo as the icon, it just makes a 192x192 png and everything else is padding.
The only solution is to scrap this package and use an Icon Editor like "IconKitchen" or "MakeAppIcon" or "AndroidAssetStudio" and using a graphical interface you can easily upload your photos and edit them.
These websites give you the whole "res" folder and you just replace the original res folder from your app, with the downloaded one.
And everything works like a charm 🙂

Ответить
@abdulazizpermana8823
@abdulazizpermana8823 - 07.03.2023 07:22

Solved, thanksss

Ответить
@pranav8391
@pranav8391 - 19.02.2023 23:18

Unhandled exception:

✗ ERROR: NoConfigFoundException
No configuration found in flutter_launcher_icons.yaml or in pubspec.yaml. In case file exists in different directory use --file option


any solution?

Ответить
@SandipBhattacharya
@SandipBhattacharya - 19.12.2022 09:56

Message for everyone. The source image should be 512 x 512 pixels. Just right-click on res > Image Asset. Select your image in foreground layer and color in background layer. In "Confirm Icon Path" screen, select main for Res Directory. Done!

Ответить
@OystaFX
@OystaFX - 17.12.2022 18:36

thanks

Ответить
@gabrielademenesespinto6047
@gabrielademenesespinto6047 - 27.10.2022 19:37

It's no longer possible no add "None" value as shape. I'm having trouble because of this, but the video is very helpful.

Ответить
@rus_dos
@rus_dos - 21.10.2022 09:24

HELP ME!!! Please tell me why the IOS icon does not work?

Ответить
@letmetrythis643
@letmetrythis643 - 20.10.2022 00:03

To prevent Error ITMS-90717: "Invalid App Store Icon" for ios publishing

Just add the marked line

flutter_icons:
android: true
ios: true
remove_alpha_ios: true <-- add this line
image_path: 'assets/images/icon.png' // Your image path

Ответить
@muhammadmuhsin5192
@muhammadmuhsin5192 - 21.09.2022 08:57

Inside the zip folder there are two images. Which one should be selected?

Ответить
@khadarbashashaikh2528
@khadarbashashaikh2528 - 19.09.2022 15:04

THANK YOU SIR....

Ответить
@Akash-hv9ek
@Akash-hv9ek - 18.08.2022 12:28

I did the same thing and it worked but when I minimize the app and try to open it again from background then still launcher icon is F means flutter default logo.... I don't know how to fix this

Ответить
@ricardolau8540
@ricardolau8540 - 14.08.2022 09:49

Very helpful video 💻🐒 thanks

Ответить
@warlockCommitteeMeeting
@warlockCommitteeMeeting - 12.08.2022 00:29

Thank you!

Ответить
@unchekederror7231
@unchekederror7231 - 22.07.2022 00:34

Perfect! I was struggling with ugly android icons for far too long!

Ответить
@Tafara_Shumba
@Tafara_Shumba - 20.07.2022 12:26

Great tutorial man, great delivery. I am however getting a ' Check that your config file `flutter_launcher_icons.yaml` has a `flutter_icons` section ' error message after running ' flutter pub run flutter_launcher_icons:main '. ' Flutter pub get ' has no errors. How do i get past this? Thanks a lot in advance

Ответить
@khubaibirfan9215
@khubaibirfan9215 - 19.07.2022 02:57

Sir Mera shape mai. None ka option ni araha hain

Ответить
@JeffPalmer42
@JeffPalmer42 - 14.07.2022 23:31

What resolutions should an app icon be? Are they different per Platform?

Ответить
@gob5964
@gob5964 - 11.07.2022 11:32

@Johannes Milke
Why use a lib with multiple commands instead of just replacing the icons' images directly into the project tree in Android/ and iOS/ folders?

Ответить
@guilhermelincoln8574
@guilhermelincoln8574 - 03.07.2022 23:40

for everyone: the "none" option is not available anymore but you can choose any another option, like "circle", and do the other steps from the video that the background will be removed

Ответить
@ahsanraza756
@ahsanraza756 - 04.06.2022 11:08

love you brother

Ответить
@prawnydagrate
@prawnydagrate - 03.06.2022 13:54

This dude has infinite RAM 😂

Ответить
@vovanella
@vovanella - 01.06.2022 20:14

Thanks very much!

Ответить
@abdelrahmananwar885
@abdelrahmananwar885 - 24.04.2022 22:02

thank you

Ответить
@whateverfastman
@whateverfastman - 18.04.2022 04:07

Great tutorial as always! Thank you very much! Could you add another short tutorial on how to change the notification icon?

Ответить
@airiezllc5924
@airiezllc5924 - 17.03.2022 06:45

Did everything you recommended but the only thing that changed was the name and the images did not on the app icon. Can you sent a link to the updated version for 2022 plz.

Ответить
@weewee3703
@weewee3703 - 19.02.2022 18:22

thank you! this video really saved my time! i have been researching but couldnt really follow the articles that came out on google.

Ответить
@ahmedsalah5850
@ahmedsalah5850 - 09.02.2022 10:35

Thanks 🙏
But I didn't find none in shape section and every choice has a background
Can you help me please. 😄

Ответить
@MdJubayerHossain---kt6sy
@MdJubayerHossain---kt6sy - 23.11.2021 00:48

Sir, Is not working, Why ?

Ответить
@mustafasharqawi2465
@mustafasharqawi2465 - 11.11.2021 02:53

Thank you ❤❤❤❤❤❤❤❤❤

Ответить
@foodrivefoodelivery8402
@foodrivefoodelivery8402 - 05.11.2021 19:22

I app icon didn't change from flutter orignal icon

Ответить
@areebafarooq2694
@areebafarooq2694 - 20.09.2021 13:51

there no none option in shape box

Ответить
@abasilis
@abasilis - 15.09.2021 02:42

Thanks for the information provided, very useful. In my case I have a sample App I created, and it has the name "Components", it has this name on both places inside each file of iOS, and Android, but when I run the App on my cellphone (Android version 10), I tap on the bar button of the OS to switch app (I have the cards interface to switch apps) and on top of the App, instead of the name of the App it says "Material App", where can I change that? Thank you very much!

Ответить
@mruduladdipalli5417
@mruduladdipalli5417 - 14.09.2021 18:18

Perfect Explaination

Ответить
@lshawn8718
@lshawn8718 - 11.09.2021 11:59

Awesome was looking for this

Ответить
@joaoantonio8516
@joaoantonio8516 - 10.09.2021 20:43

I'm building a simple app for my girlfriend and now I managed to put a goofy picture of her in the icon it kills me every time I see it, thanks for the tutorial. love your vids

Ответить