Flutter Tutorial - Change Package Name & Bundle ID - For Existing Flutter Project

preview_player
Показать описание
Change the package name & bundle identifier of an existing Flutter project to publish your Flutter app on PlayStore & AppStore.

SUBSCRIBE HERE

SUPPORT & SPONSOR ME

RESOURCES

TIMELINE
0:00 Introduction Change Package Name & Bundle ID
0:53 Change Package Name & Bundle ID
2:02 Package Rename
2:19 Rename App Name

SHARE | SUBSCRIBE | LIKE FOR MORE VIDEOS LIKE THIS

*********

SOCIAL MEDIA: Follow Us :-)

LEARN MORE

PLAYLISTS

CREDITS

#Flutter #Tutorial #JohannesMilke

LIKE & SHARE & ACTIVATE THE BELL
Thanks For Watching :-)
Рекомендации по теме
Комментарии
Автор

if you are getting an error: 'pub' is not recognized as an internal or external command,
operable program or batch file.
put flutter before pub like this:
flutter pub global activate rename

anb
Автор

Thanks for the information mate, it is so easy executable commands

shripranav
Автор

I liked the video before i even watched it because i know it's very good 😁

djjavvystark
Автор

Thank you! this was very helpful!
btw for IOS I noticed it's not changing the "display name".
so I had to manually change the string under in "ios > Runner > Info.plist"

mohamedmanas
Автор

wow thanks a lot, very very helpful video for me

software_engineer_semh
Автор

my teacher gave me a flutter project almost ready, but everything is with the name he gave, I want to change everything, is there a way? is this the procedure?

EdFutGamer
Автор

Hi can you make a video how to. Encrpt in flutter and then decrypt in java. Purpose to sent some data from flutter to rest securely. Please help

abinthomas
Автор

Hi, can I use this to rename my project?

MdSiam-kwox
Автор

If you are using something like firebase, there would be an issue right? Is there a way to change it on firebase to match? I couldn't find out.

MrArrex
Автор

[Solved] pub : The term 'pub' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
Then I added these to the environment variable section and now it is working.
[flutter folder]\bin
[flutter folder]\.pub-cache\bin
[flutter
%APPDATA%\Pub\Cache\bin

saffanalvy
Автор

Very helpful, thank you. At video timeline 2:42, AndroidManifest.xml file, 2nd line still shows ?

srinivaskatta
Автор

i got an app from code canyone and they say i shouldnt edit package name, why is that?

sambulelongwenyama
Автор

after changing bundle id in Xcode then how will update that name in firebase

k.satish
Автор

ponle que tenga subtitulos en espanol :(

juandavid-tiks
Автор

It looks like there's another package for this, more popular and up to date: change_app_package_name

yoricman