Shorebird step in Workflow Editor shows only outdated Flutter Version options #3042
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceConfigure an iOS build in Codemagic's workflow editor, and specify the build to release to Shorebird. Expected resultsIn the Shorebird (build) step, there is a Flutter Version field, with a dropdown menu populated with hard-coded values like "Shorebird default" and several other Flutter versions. I expect this list to be up-to-date and consistent with the versions of Flutter that Shorebird actually supports, including the latest supported version, Flutter 3.29.2, which is supported by Shorebird's own CLI as seen in my local Mac environment. Actual resultsThe menu only lists versions up to Flutter 3.27.3, which was released two months ago on Jan 21, 2025. Neither the latest version 3.29.2, nor any of the versions leading up to it, are available in the dropdown. ![]() This is particularly confusing, because the "Shorebird default" version is dependent on the version of Shorebird that is being used by Codemagic's workflow editor, which is not documented or listed in the Workflow Editor. (I can assume that this hardcoded list and its latest value, 3.27.3, is representative of the "shorebird default", but this is just a guess). Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @lukemmtt , thank you for reporting this. It's in our backlog to update the Flutter versions list automatically. Selecting "Shorebird default" would always use the latest Flutter version that Shorebird supports, regardless of the versions listed in the drop-down field. |
Beta Was this translation helpful? Give feedback.
-
Hi @lukemmtt , we now provide an up-to-date list of Flutter versions in Shorebird build settings. |
Beta Was this translation helpful? Give feedback.
Hi @lukemmtt , thank you for reporting this. It's in our backlog to update the Flutter versions list automatically. Selecting "Shorebird default" would always use the latest Flutter version that Shorebird supports, regardless of the versions listed in the drop-down field.