Skip to content

Commit 6ab3a30

Browse files
committed
updated pubspec
1 parent cbdd329 commit 6ab3a30

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pubspec.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,16 @@ version: 0.4.0
1313

1414
environment:
1515
sdk: '>=2.12.0 <3.0.0'
16+
flutter: ">=2.0.0"
1617

1718
flutter:
1819
plugin:
19-
androidPackage: com.flutter_webview_plugin
20-
pluginClass: FlutterWebviewPlugin
20+
platforms:
21+
android:
22+
package: com.flutter_webview_plugin
23+
pluginClass: FlutterWebviewPlugin
24+
ios:
25+
pluginClass: FlutterWebviewPlugin
2126

2227
dependencies:
2328
flutter:

0 commit comments

Comments
 (0)