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
I am having some issues getting the code compiled.
While testing different versions, I faced different errors. Some of them I could fix, on others I was lost.
What is the exact combination of all involved frameworks/libs/tools in order to get the current release 1.5.0 running?
I'd like to start with that and than see if I can get it up and running.
Thank you!
The text was updated successfully, but these errors were encountered:
install fvm via choco package manager, "choco install fvm"
install flutter 3.22.2,
"fvm install 3.22.2"
"fvm global 3.22.2"
install java 17
download and extract it as c:\java-17
set JAVA_HOME env variable as "c:\java-17"
set PATH env. variable as %PATH%;c:\java-17\bin
set flutter jdk config "Fvm flutter config --jdk-dir "jdk-17"
use release-1.3 branch to build
good luck
Hello!
I am having some issues getting the code compiled.
While testing different versions, I faced different errors. Some of them I could fix, on others I was lost.
What is the exact combination of all involved frameworks/libs/tools in order to get the current release 1.5.0 running?
I'd like to start with that and than see if I can get it up and running.
Thank you!
The text was updated successfully, but these errors were encountered: