Update Troubleshooting Flutter Errors authored by Devin's avatar Devin
......@@ -70,7 +70,7 @@ Open a terminal or command prompt and run the following command:
flutter doctor --verbose
```
Check your version of Flutter. Make sure that Flutter is at version 3.10.0.
Check your version of Flutter. Make sure that Flutter is at version 3.10.0 or higher.
Check your version of Java, under Android Toolchain. This is the version of Java that Flutter uses. Make sure that this is at version Java 17. If not, it can be tricky to update which version flutter uses. Try updating your version of Android Studio. If that does not work, try [this command](https://github.com/flutter/flutter/issues/106416#issuecomment-1522198064) as a workaround:
......
......