From 87324ec09d8112ffd41cdc9fbcba2f0c970bda72 Mon Sep 17 00:00:00 2001 From: Midori <50433979+natsuk4ze@users.noreply.github.com> Date: Sat, 3 Jun 2023 01:11:51 +0900 Subject: [PATCH] [Refactor] fix quote style in template (#127762) *Just replaced double quote to single.* *this looks weird to me.* ![screenshot](https://github.com/flutter/flutter/assets/50433979/0bed4730-7fce-411e-b12f-24d478be13c3) --- .../flutter_tools/templates/plugin_shared/pubspec.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_tools/templates/plugin_shared/pubspec.yaml.tmpl b/packages/flutter_tools/templates/plugin_shared/pubspec.yaml.tmpl index 8641c2f35c..5b0d6b2967 100644 --- a/packages/flutter_tools/templates/plugin_shared/pubspec.yaml.tmpl +++ b/packages/flutter_tools/templates/plugin_shared/pubspec.yaml.tmpl @@ -5,7 +5,7 @@ homepage: environment: sdk: {{dartSdkVersionBounds}} - flutter: ">=3.3.0" + flutter: '>=3.3.0' dependencies: flutter: