We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c754da commit a712ffaCopy full SHA for a712ffa
plugins/runtimes/flutter/plugin.yaml
@@ -2,7 +2,7 @@ name: flutter
2
description: Dart Flutterruntime
3
default_version: "3.7.2"
4
download:
5
- url_template: "https://storage.googleapis.com/flutter_infra_release/releases/stable/{{.OS}}/flutter_{{.OS}}_{{.Arch}}_{{.Version}}-stable.zip"
+ url_template: "https://storage.googleapis.com/flutter_infra_release/releases/stable/{{.OS}}/flutter_{{.OS}}_{{.Arch}}_{{.Version}}-stable.{{.Extension}}"
6
file_name_template: "flutter"
7
extension:
8
default: "zip"
0 commit comments