0

Listen carefully and pay attentions on my problem. The initial name of my app is wallpaper and i want to change it to the PixelScape. i have try all the possible methods to change the name but still not changing.

  1. i have try to change the name from the AndroidManifesst.xml file like this (android:label="PexelScape"). Still no Changes.
  2. I have try to use string in this place. i create the string from the app name in values and use it here but Still no changes.
  3. I change the pakage name to my new name ( com.example.pixelscape ) but Still not Working.
  4. I try the flutter_launcher_name pakage to change the name but still not working.
  5. I try the change the name from the pubspec.yaml file But Still not working.

I also uninstall the app after performing each step. on every new launch it shows previous name. I also try to get the help from the Ai. Ai says that its caching the previous name into mobile memory somewhere how its possible when i uninstall the app completely from the phone and reinstall it again. i also try on the other phones and emolators. Its Showing old name on all devices.

These are the all the possible tries i make. if you have any solution of this problem please help.

6
  • have you tried using flutter clean and after flutter pub get? Clean the project completely Commented Jul 8 at 19:06
  • yes of Course! after performing each step i perform the flutter clean and flutter pub get also uninstall the complete app and reinstall it but all the efferts are in vein! Commented Jul 8 at 19:25
  • Check this guide on how to do it onlyflutter.com/… Commented Jul 8 at 22:15
  • Are you talking about the app name that user sees in the list of apps installed section or name that is shown after opening the app? Commented Jul 9 at 2:15
  • can you explain what do you mean by app name? Commented Jul 9 at 3:59

1 Answer 1

0

Its possible while figuring out how to change name, you may have altered platform specific somefiles Try deleting the android and iOS folders completely and recreating them with this command
flutter create --platforms=android,ios .

also run clean, for windows
flutter clean ; flutter pub get

for mac
flutter clean && flutter pub get

make sure to delete the old app form any device and restart them (just to be on the safe side)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.