-
Notifications
You must be signed in to change notification settings - Fork 28
Flutterflow does not support mobile apps with package names "in.companyname.productname" #5563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi! I'm sorry to hear you're experiencing this issue. FlutterFlow doesn't allow the use of "in" in app package names, as it's a reserved keyword in both Java and Dart. This limitation arises from the package naming conventions in these programming languages, where certain keywords are restricted to prevent conflicts with the language syntax and reserved functionalities. It's best to select an alternative that follows the conventions to avoid potential issues during development and deployment. Best regards. |
"in" word being a reserved word in the programming language should not limit the use of having it as a package name on the playstore or app store. Any or Most companies would like to use their domain in reverse order to uniquely identify the application. This would mean FlutterFlow does not support any product with domain ending in "in", which is the case for all domain names from India. Along the same lines of you answer, since "in" is a reserved word in java, I do not see Google restricting package names starting with "in" in their App Store. Why does FlutterFlow do it? From your support, I hear that this limitation was implemented to address deployment errors that occurred due to conflicts with certain reserved keywords. FlutterFlow should not restrict whats already existing, but rather fix their product. |
@rzambroni I see the status as "not a bug", But this is a bug. Connect with your development team and Product Management team to figure out a solution. |
Hi again, I completely understand your concerns, and I truly appreciate your patience. At the moment, this is a limitation of FlutterFlow. However, this is currently being reviewed by the engineering team, and I will keep you updated if there are any new developments. |
This issue is stale because it has been open for 7 days with no activity. If there are no further updates, a team member will close the issue. |
Can we access your project?
Current Behavior
Does not support creation of package names starting with "in".
Expected Behavior
Should support package names starting with "in".
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
N/A
Visual documentation
N/A
Environment
Additional Information
No response
The text was updated successfully, but these errors were encountered: