Unable to find Flutter version 3.10.7 #1991
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceSet the Flutter version in the environment to 3.10.7. Either directly:
Or by using
Given the following
Expected resultsBuild uses the Flutter hotfix version 3.10.7. Actual resultsWe get the following error:
Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Hi @abelokon0711, the Flutter version you are trying to use does not exist, hence Codemagic is unable to find it. See the available Flutter versions here: https://docs.flutter.dev/release/archive?tab=macos |
Beta Was this translation helpful? Give feedback.
-
@blasko is right, it is a flutter release management issue. The builder runner is getting the list of available versions here and 3.10.7 is not listed there, that's why it fails. UPD: here is a workflow sample for your reference:
|
Beta Was this translation helpful? Give feedback.
-
UPDATE: Flutter |
Beta Was this translation helpful? Give feedback.
-
@helinanever Why Flutter Stable channel do not display |
Beta Was this translation helpful? Give feedback.
UPDATE: Flutter
3.10.7
is now available on Codemagic simply by selecting the version in the Flutter workflow editor or by specifyingflutter: 3.10.7
in codemagic.yaml. The script to upgrade Flutter is no longer required (but if you have already added it, it will still work).