diff --git a/README.md b/README.md index 516fb204..a583d3c3 100644 --- a/README.md +++ b/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> getCookies(); ``` ```dart Future resize(Rect rect); -``` \ No newline at end of file +```