Closed opanitch closed 2 days ago
Hi @opanitch ๐ Thanks for opening an PR! The reason we don't currently support this is because Shorebird CLI is designed to work with multiple, older versions of Flutter and we want our customers to always be using the latest version of Shorebird CLI. If there is something that broke in a newer version of the CLI please file an issue and we'd be more than happy to look into it but for now I don't think we should proceed with this because of the reasons mentioned above. Let me know if that makes sense and thanks again for the PR ๐
Closing because we want users to always be on the latest version of the Shorebird CLI. If there are bugs in the Shorebird CLI, please report them and we will fix them.
a break in Shorebird CLI breaks our CD and then we must wait for a fix? I don't find this to be acceptable
I'm not yet sure that the issue reported in https://github.com/shorebirdtech/shorebird/issues/2591 is an issue with the Shorebird CLI. Seeing as the stack trace starts with something in flutter_tool
, I think the issue is actually with the new Flutter version, which is a separate thing than the Shorebird CLI. We do allow using a specific Flutter version when releasing using the --flutter-version
parameter.
Description
Adds the ability to install a specific version of Shorebird via a flag on the install script
example usage
Type of Change