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