You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package_name in google-services.json should be the same as the package_name in package_rename_config.yaml. The value should be the name of the generated application, not com.nventive.internal.flutterapptemplate
Actual Behavior
The value is com.nventive.internal.flutterapptemplate and never replaced by the name of the generated app.
Steps to Reproduce the Problem
Create an application from the template and give it a specific name.
Open that new application in VS Code.
Go to google-services.json and find "package_name".
Specifications
Version:
Platform:
Subsystem:
The text was updated successfully, but these errors were encountered:
Expected Behavior
The package_name in google-services.json should be the same as the package_name in package_rename_config.yaml. The value should be the name of the generated application, not com.nventive.internal.flutterapptemplate
Actual Behavior
The value is com.nventive.internal.flutterapptemplate and never replaced by the name of the generated app.
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: