We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbdd329 commit 6ab3a30Copy full SHA for 6ab3a30
1 file changed
pubspec.yaml
@@ -13,11 +13,16 @@ version: 0.4.0
13
14
environment:
15
sdk: '>=2.12.0 <3.0.0'
16
+ flutter: ">=2.0.0"
17
18
flutter:
19
plugin:
- androidPackage: com.flutter_webview_plugin
20
- pluginClass: FlutterWebviewPlugin
+ platforms:
21
+ android:
22
+ package: com.flutter_webview_plugin
23
+ pluginClass: FlutterWebviewPlugin
24
+ ios:
25
26
27
dependencies:
28
0 commit comments