Open zemega opened 3 weeks ago
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 stacked cli
after that.
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.
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. https://github.com/Stacked-Org/stacked/issues/1137.