-
-
Notifications
You must be signed in to change notification settings - Fork 257
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
[bug]: stacked create app does not work in Windows with flutter 3.24.4, Android Studio 2024.2.1, Java SDK 21. #1142
Comments
Watching this |
same issue i am trying to create an app using stacked CLI. it creates the app folder but does not resolve the folders, routes, etc. |
A small update. I decided to use Java SDK 17 instead. Reason being gradle default configuration in Flutter 3.24.4 does not support Java SDK 21. No problem in using So, I guess the issue lies somewhere between Flutter 3.24.4 with Java SDK 21, and/or the default gradle configuration in Flutter 3.24.4. |
thanks for the update @zemega I appreciate that. Will label this and look into it when we get some time. |
I'm having the same issue, but with Flutter 3.27.0. |
Hi everyone. Since Dart requires the app name to be snake case, contain only [a-z0-9_], not start with a digit, and not be a reserved word (source) and the cli currently lacks any validation (partial solution in the works: Stacked-Org/cli#54) it would be massively helpful if everyone experiencing this issue could confirm if it remains when the app name is in accordance with the package_names linter rule mentioned above. Also, others have reported getting more descriptive errors when running: |
Using Flutter 3.24.5
Using Flutter 3.27.1
RemarksWell, I started using |
I’m not sure why, but after uninstalling Android Studio and running the command in VS Code, it worked and successfully created all the files and folder structures. |
Describe the bug
On a fresh install of flutter 3.24.4, and Android Studio 2024.2.1, and Java SDK 21.
stacked create app my_app
fails to run properly.What operating system do you use?
Windows
Information about the installed tooling
Steps to reproduce the issue
Create a new stacked cli project through powershell
Expected behavior
No response
Screenshots
No response
Additional Context
Someone else have the same issue. #1137.
The text was updated successfully, but these errors were encountered: