Issue
what I am trying to do is I want change logo and name mobile app using flutter project
I import the https://github.com/creativetimofficial/argon-flutter this flutter project in git in my vs code but when I am run the flutter project in my vs code i want to change the logo and name in app.
how can we do that https://ibb.co/mzs5qS0 in this image when i run the project its showing in mobile app name argon-flutter but i want to rename
how can we do
plz let me out i am new in this flutter
Solution
For Icon: Go to sites like appicon.co and convert your regular image to png and related ones. just select the appropriate platforms (like in this case make sure Android is selected) and download. Open the downloaded folder and open android folder inside it.
Got to your project folder, navigate to android>>app>>src>>main>>res. Right click on res and open in Explorer/folder.
Replace all mipmap folders with the one that you downloaded.
For Label
Change the name/label in AndroidManifest & pubspec.yaml
Answered By - V M
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.