Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Add pub badges (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer authored May 11, 2017
1 parent 2fc061d commit 153ac27
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/firebase_analytics/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions packages/firebase_auth/example/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions packages/firebase_database/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions packages/firebase_storage/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions packages/image_picker/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions packages/path-provider/README.md
Original file line number Diff line number Diff line change
@@ -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.


Expand Down
2 changes: 2 additions & 0 deletions packages/share/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 2 additions & 0 deletions packages/shared-preferences/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions packages/url-launcher/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 153ac27

Please sign in to comment.