79102143

Date: 2024-10-18 12:49:56
Score: 1.5
Natty:
Report link

Had the same issue.

So first download jdk17 from respective website. then use this command in terminal of your project

flutter config --jdk-dir /Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home

from "/Library" to "/Home" is your desired jdk location.

This is another fix that worked for me https://stackoverflow.com/a/73985328/8764293

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Normal1One