From f35cd558f8a8f3594492eac6b9a12be0cf370d63 Mon Sep 17 00:00:00 2001 From: August Date: Thu, 14 Nov 2024 22:48:12 +0100 Subject: [PATCH] feat: Include web 1.x.x in plugin template (#156947) This adds support for web 1.x.x to be included in the plugin template, when creating a web plugin. I don't have an issue referenced. Related to https://github.com/dart-lang/web/issues/316 --- .../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 0b755b1d28..3fc81ef83c 100644 --- a/packages/flutter_tools/templates/plugin_shared/pubspec.yaml.tmpl +++ b/packages/flutter_tools/templates/plugin_shared/pubspec.yaml.tmpl @@ -13,7 +13,7 @@ dependencies: {{#web}} flutter_web_plugins: sdk: flutter - web: ^0.5.1 + web: ^1.0.0 {{/web}} plugin_platform_interface: ^2.0.2