I’m struggling with a very “stupid” question. I’m trying to change the default app name that will be used to create the Flutter template of a new App.
Since I want to publish the repo in Github too, I prefer to remove “myapp” by changing with something else because when I’m uploading the repo to Github, even if I change everywhere “myapp” with “somethingelse” the repo will still be named “myapp”.
I’ve tried even by implementing the dev-dependency change_app_package_name (beucase I wanted to change /example with my developer name) as mentioned in a thread somewhere but it didn’t help.
After this I’ve tried to change the dev.nix settings and then rebuild the environment but I still see “myapp” in the top-left corner of the explorer… What am I missing?
myapp would just be the name of the flutter package and after you rename it you could also delete the android and web folder and recreate with the command line: