|
@@ -1,3 +1,6 @@
|
|
|
|
|
+[](https://pub.dartlang.org/packages/flutter_webview_plugin)
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
# flutter_webview_plugin
|
|
# flutter_webview_plugin
|
|
|
|
|
|
|
|
Plugin that allow Flutter to communicate with a native WebView.
|
|
Plugin that allow Flutter to communicate with a native WebView.
|
|
@@ -93,4 +96,4 @@ Future<Map<String, dynamic>> getCookies();
|
|
|
```
|
|
```
|
|
|
```dart
|
|
```dart
|
|
|
Future<Null> resize(Rect rect);
|
|
Future<Null> resize(Rect rect);
|
|
|
-```
|
|
|
|
|
|
|
+```
|