Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![pub package](https://img.shields.io/pub/v/flutter_webview_plugin.svg)](https://pub.dartlang.org/packages/flutter_webview_plugin)


# flutter_webview_plugin

Plugin that allow Flutter to communicate with a native WebView.
Expand Down Expand Up @@ -93,4 +96,4 @@ Future<Map<String, dynamic>> getCookies();
```
```dart
Future<Null> resize(Rect rect);
```
```