|
Hi everyone, Is it possible to set the Dart version used in ORT (especially in a Docker container)? For GradleInspector, we can set the Java version using |
Answered by
dodinh
Oct 24, 2024
Replies: 1 comment 1 reply
|
Nevermind, since I am working with 3rd party projects and have never done any Flutter development, I misunderstood the relation between Flutter and Dart. Answer: use |
1 reply
Answer selected by
dodinh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nevermind, since I am working with 3rd party projects and have never done any Flutter development, I misunderstood the relation between Flutter and Dart.
Answer: use
flutterVersionwhich automatically uses a compatible Dart version (see https://docs.flutter.dev/release/archive).