Can we access your project?
Current Behavior
After changing the Android package name from:
com.mygolfmoment.app
to:
com.blyflow.mygolfmoment
inside FlutterFlow App Details, the generated/exported Android project still uses the old package name.
The generated build.gradle file still contains:
namespace "com.mygolfmoment.app"
and Google Play Console rejects the AAB because it expects:
com.blyflow.mygolfmoment
Firebase apps, FlutterFlow App Details and Google Play configuration are all updated correctly, but FlutterFlow build/export still generates the old package name.
Expected Behavior
After updating the package name in FlutterFlow App Details, all generated Android files and AAB builds should use the new package name:
com.blyflow.mygolfmoment
including:
- namespace
- applicationId
- exported Android project
- generated AAB/APK
Steps to Reproduce
- Open an existing FlutterFlow project.
- Go to App Settings > App Details.
- Change Package Name from:
com.mygolfmoment.app
to:
com.blyflow.mygolfmoment
- Save project.
- Regenerate Firebase config files.
- Deploy/build Android AAB from FlutterFlow.
- Download generated code OR upload generated AAB to Google Play Console.
- Observe that generated Android project still contains:
namespace "com.mygolfmoment.app"
- Google Play rejects the AAB because package name does not match.
Reproducible from Blank
Bug Report Code (Required)
IT5Xi87huJFOxPVd+KqJb8FVmiURNUM4RL8klcFtaAE1GKrtPLNyPODuT3JdOLyhSmw/PFv8rH0eptLJvtntCuQHAwmWfJhkzpZAUArJWkGgVqbWCKqWPXFADdlWJEuVyKW02hRdIsR0WC0g1zmEAeesdAnqHbryIVc/Lc6iUN7M+1nnAj+6Xn0Jg1ZSfCvr
Visual documentation
Environment
- FlutterFlow version: Latest web version
- Platform: Web
- Browser name and version: Google Chrome
- Operating system and version affected: macOS
Additional Information
This issue completely blocks Android deployment and Play Store publishing after migrating to a new package name/company namespace.
Firebase, Google Play Console and FlutterFlow UI all show the correct package name, but generated builds still use the old package internally.
Can we access your project?
Current Behavior
After changing the Android package name from:
com.mygolfmoment.app
to:
com.blyflow.mygolfmoment
inside FlutterFlow App Details, the generated/exported Android project still uses the old package name.
The generated build.gradle file still contains:
namespace "com.mygolfmoment.app"
and Google Play Console rejects the AAB because it expects:
com.blyflow.mygolfmoment
Firebase apps, FlutterFlow App Details and Google Play configuration are all updated correctly, but FlutterFlow build/export still generates the old package name.
Expected Behavior
After updating the package name in FlutterFlow App Details, all generated Android files and AAB builds should use the new package name:
com.blyflow.mygolfmoment
including:
Steps to Reproduce
com.mygolfmoment.app
to:
com.blyflow.mygolfmoment
namespace "com.mygolfmoment.app"
Reproducible from Blank
Bug Report Code (Required)
IT5Xi87huJFOxPVd+KqJb8FVmiURNUM4RL8klcFtaAE1GKrtPLNyPODuT3JdOLyhSmw/PFv8rH0eptLJvtntCuQHAwmWfJhkzpZAUArJWkGgVqbWCKqWPXFADdlWJEuVyKW02hRdIsR0WC0g1zmEAeesdAnqHbryIVc/Lc6iUN7M+1nnAj+6Xn0Jg1ZSfCvr
Visual documentation
Environment
Additional Information
This issue completely blocks Android deployment and Play Store publishing after migrating to a new package name/company namespace.
Firebase, Google Play Console and FlutterFlow UI all show the correct package name, but generated builds still use the old package internally.