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.
- i have try to change the name from the AndroidManifesst.xml file like this (android:label="PexelScape"). Still no Changes.
- 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.
- I change the pakage name to my new name ( com.example.pixelscape ) but Still not Working.
- I try the flutter_launcher_name pakage to change the name but still not working.
- 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.