Skip to content

Commit

Permalink
feat: Include web 1.x.x in plugin template (#156947)
Browse files Browse the repository at this point in the history
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 dart-lang/web#316
  • Loading branch information
Gustl22 authored Nov 14, 2024
1 parent a1a7409 commit f35cd55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f35cd55

Please sign in to comment.