-
Notifications
You must be signed in to change notification settings - Fork 121
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
Which version of Flutter do I need? #75
Comments
Have you figured it out yet? I'm also running into the same issues... |
for me 3.7.12 worked. I only had to bump the gradle wrapper version to 7.5 (which the build command told me). |
I am on a mac and my build doesn't work. Any idea? Nearly every package crashes with errors like "The getter 'accentColor' isn't defined for the class 'ThemeData'." or Error: Member not found: 'fadeDuration'. and so on. Using the latest flutter Flutter 3.16.0 with the latest version here 2 days ago. |
For me I'm getting |
Ok now it worked with version 3.7.12 on a mac m2. But I cannot login. It has lets encrypt ssl and everything and in every browser it worked. But app says nearly instantly: "There was a problem logging in. Please try again." Any advice? |
I tried clicking sign in a second time and it worked perfectly for me. |
For me it was an error with my tls handshake. I fixed it with a new certificate and and complete fresh setup. Now everything works. |
Respect! |
Can someone please check if the order of doing thing is correct . I am not a Dev but I want to build the app myself and looked through the links in the readme . Git clone to vscode>download flutter 3.7.12 to C:\dev>run the prog> Where will I find the apk ? How does JDK come into play ? |
Thanks . Instead of Android studio can I use vscode ? When installing studio it got stuck at downloading components . |
Hi there,
I was running the project and I have a lot of problems in the code, I tried to copy it but it would take me a lot of problems.
What version of Flutter do I need specifically to be able to run the project?
Likewise, what version of JDK Java do I need?
The text was updated successfully, but these errors were encountered: