-
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 |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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
flutterVersion
which automatically uses a compatible Dart version (see https://docs.flutter.dev/release/archive).