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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user