浏览代码

Merge pull request #40 from xqwzts/patch-1

Add pub badge to README
Hadrien Lejard 7 年之前
父节点
当前提交
a083833028
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -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.
@@ -93,4 +96,4 @@ Future<Map<String, dynamic>> getCookies();
 ```
 ```dart
 Future<Null> resize(Rect rect);
-```
+```