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
This commit is contained in:
August
2024-11-14 22:48:12 +01:00
committed by GitHub
parent a1a7409092
commit f35cd558f8

View File

@@ -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