Explorar o código

Merge pull request #40 from xqwzts/patch-1

Add pub badge to README
Hadrien Lejard %!s(int64=7) %!d(string=hai) anos
pai
achega
a083833028
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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);
-```
+```