Browse Source

Update README.md

Add pub badge
Victor Choueiri 7 years ago
parent
commit
db986e575b
1 changed files with 4 additions and 1 deletions
  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);
-```
+```