Is it possible to change flutter project name and organisation ?
I want to change only the project's name and organisation id without recreating the whole project with flutter create <project name> --organisation <organisation-id>
CodePudding user response:
You can use a dart package like rename where you can change the bundle id and package name for different platforms.
CodePudding user response:
name can be changed from pubspec.yaml
file and bundle id
is something that you can change from specific platform wise. for android in app -> build.gradle
file
CodePudding user response:
If you want to change the project name, simply change it in all these files.
1.build.gradle (app)
2.AndroidManifest.xml
3.MainActivity.java