diff --git a/packages/firebase_analytics/README.md b/packages/firebase_analytics/README.md index 5e757d5e8c2e..64883f8ab458 100755 --- a/packages/firebase_analytics/README.md +++ b/packages/firebase_analytics/README.md @@ -1,5 +1,7 @@ # Firebase Analytics for Flutter +[![pub package](https://img.shields.io/pub/v/firebase_analytics.svg)](https://pub.dartlang.org/packages/firebase_analytics) + **WARNING: this is incomplete and highly experimental** This plugin allows Flutter apps use the Firebase Analytics API from their Dart diff --git a/packages/firebase_auth/example/README.md b/packages/firebase_auth/example/README.md index 228dede4b027..996390ad7222 100755 --- a/packages/firebase_auth/example/README.md +++ b/packages/firebase_auth/example/README.md @@ -1,5 +1,7 @@ # firebase_auth_example +[![pub package](https://img.shields.io/pub/v/firebase_auth.svg)](https://pub.dartlang.org/packages/firebase_auth) + Demonstrates how to use the firebase_auth plugin. ## Getting Started diff --git a/packages/firebase_database/README.md b/packages/firebase_database/README.md index a6d3c58e6408..505f3de6b771 100755 --- a/packages/firebase_database/README.md +++ b/packages/firebase_database/README.md @@ -1,5 +1,7 @@ # firebase_database +[![pub package](https://img.shields.io/pub/v/firebase_database.svg)](https://pub.dartlang.org/packages/firebase_database) + A new flutter plugin project. ## Getting Started diff --git a/packages/firebase_storage/README.md b/packages/firebase_storage/README.md index 0f30bb96bd50..8927904dabf7 100755 --- a/packages/firebase_storage/README.md +++ b/packages/firebase_storage/README.md @@ -1,5 +1,7 @@ # firebase_storage +[![pub package](https://img.shields.io/pub/v/firebase_storage.svg)](https://pub.dartlang.org/packages/firebase_storage) + A new flutter plugin project. ## Getting Started diff --git a/packages/image_picker/README.md b/packages/image_picker/README.md index d6b8d1adb316..f8b9e159b203 100755 --- a/packages/image_picker/README.md +++ b/packages/image_picker/README.md @@ -1,5 +1,10 @@ +# Image Picker plugin for Flutter + +[![pub package](https://img.shields.io/pub/v/image_picker.svg)](https://pub.dartlang.org/packages/image_picker) + A Flutter wrapper for the native image picker. + Note: This is a work-in-progress, and is not fully supported by the Flutter team. ## Issues and feedback diff --git a/packages/path-provider/README.md b/packages/path-provider/README.md index 9ddd16c3a3ff..f41d1eb9de58 100644 --- a/packages/path-provider/README.md +++ b/packages/path-provider/README.md @@ -1,5 +1,7 @@ # path_provider +[![pub package](https://img.shields.io/pub/v/path_provider.svg)](https://pub.dartlang.org/packages/path_provider) + A Flutter plugin for finding commonly used locations on the filesystem. Supports iOS and Android. diff --git a/packages/share/README.md b/packages/share/README.md index 06affe357059..725fb9974c69 100644 --- a/packages/share/README.md +++ b/packages/share/README.md @@ -1,5 +1,7 @@ # share +[![pub package](https://img.shields.io/pub/v/share.svg)](https://pub.dartlang.org/packages/share) + A Flutter plugin to share content from your Flutter app via the platform's share dialog. diff --git a/packages/shared-preferences/README.md b/packages/shared-preferences/README.md index 61e3e7d5cb56..78b22c9f9b50 100644 --- a/packages/shared-preferences/README.md +++ b/packages/shared-preferences/README.md @@ -1,5 +1,7 @@ # shared_preferences +[![pub package](https://img.shields.io/pub/v/shared_preferences.svg)](https://pub.dartlang.org/packages/shared_preferences) + Wraps NSUserDefaults (on iOS) and SharedPreferences (on Android), providing a persistent store for simple data. Data is persisted to disk automatically and asynchronously. diff --git a/packages/url-launcher/README.md b/packages/url-launcher/README.md index 44b834aa5a63..6dfadab5cb13 100644 --- a/packages/url-launcher/README.md +++ b/packages/url-launcher/README.md @@ -1,5 +1,7 @@ # url_launcher +[![pub package](https://img.shields.io/pub/v/url_launcher.svg)](https://pub.dartlang.org/packages/url_launcher) + A Flutter plugin for launching a URL in the mobile platform. Supports iOS and Android. ## Usage