-
Notifications
You must be signed in to change notification settings - Fork 18
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
very_good did not add {{android_namespace} or {{android_application_id}} in app/build.gradle #186
Comments
Hi @large 👋 Thanks for opening this issue. We are going to attempt to reproduce but could you also ensure you update to the latest Very Good CLI 0.23.0 and retest as well? If either of us are able to reproduce would you be willing to help fix the issue as well? |
I was able to reproduce using Very Good CLI 0.23.0, this is indeed a valid issue and should be fixed ASAP. |
Also noticed that the lib/gen/assets.gen.dart files are generated by the package https://pub.dev/packages/flutter_gen |
Hi @large, so we have a fix for this and we will be soon releasing, but first we need to unblock the pipeline due to the latest Flame release (1.19.0) that introduces a breaking change in a minor, affecting flame_behaviors (a dependency the template relies on). Regarding the other issue about the |
Description
Flame game out-of-the-box did not compile for Android.
Steps To Reproduce
Use very_cli 0.22.2 and create a project:
very_good create flame_game some_game
File generated are missing {{android_namespace} and {{android_application_id}} inn android/app/build.gradle
Needed manually change to same namespace com.example.verygoodcore.some_game, since all other files was changed.
Expected Behavior
Compile without any need to change namespace and appID.
Additional Context
The text was updated successfully, but these errors were encountered: