소스 검색

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);
-```
+```