Skip to content

Commit bc298c0

Browse files
authored
Merge pull request #40 from xqwzts/patch-1
Add pub badge to README
2 parents 2ce7734 + d0df2a9 commit bc298c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![pub package](https://img.shields.io/pub/v/flutter_webview_plugin.svg)](https://pub.dartlang.org/packages/flutter_webview_plugin)
2+
3+
14
# flutter_webview_plugin
25

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

0 commit comments

Comments
 (0)