I've had Flutter installed on my mac since at least 2023 (version 3.13.8) and haven't been using it in a long time now. I tried upgrading (newest available 3.41.6) but it got me this error:
Building flutter tool...
VM initialization failed: Current Mac OS X version 12.0 is lower than minimum supported version 14.0
Error: Unable to 'pub upgrade' flutter tool. Retrying in five seconds... (9 tries left)
After trying to update I cannot even use the older version as any flutter command I run, tries to build the new flutter tool first, like if the older version files were already removed.
My Macbook Pro 2016 cannot be updated to a newer macOS version.
Does anyone know the latest flutter version that I can install on my macOS 12.7.6? I wasn't successful in finding any relevant information on this matter.
I bet I could go with the old 3.13.8 version, but I definitely do not want to miss out on the new features from the last 2 years if possible...