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

Commit 153ac27

Browse files
authored
Add pub badges (#40)
1 parent 2fc061d commit 153ac27

File tree

9 files changed

+21
-0
lines changed

9 files changed

+21
-0
lines changed

packages/firebase_analytics/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Firebase Analytics for Flutter
22

3+
[![pub package](https://img.shields.io/pub/v/firebase_analytics.svg)](https://pub.dartlang.org/packages/firebase_analytics)
4+
35
**WARNING: this is incomplete and highly experimental**
46

57
This plugin allows Flutter apps use the Firebase Analytics API from their Dart

packages/firebase_auth/example/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# firebase_auth_example
22

3+
[![pub package](https://img.shields.io/pub/v/firebase_auth.svg)](https://pub.dartlang.org/packages/firebase_auth)
4+
35
Demonstrates how to use the firebase_auth plugin.
46

57
## Getting Started

packages/firebase_database/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# firebase_database
22

3+
[![pub package](https://img.shields.io/pub/v/firebase_database.svg)](https://pub.dartlang.org/packages/firebase_database)
4+
35
A new flutter plugin project.
46

57
## Getting Started

packages/firebase_storage/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# firebase_storage
22

3+
[![pub package](https://img.shields.io/pub/v/firebase_storage.svg)](https://pub.dartlang.org/packages/firebase_storage)
4+
35
A new flutter plugin project.
46

57
## Getting Started

packages/image_picker/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
# Image Picker plugin for Flutter
2+
3+
[![pub package](https://img.shields.io/pub/v/image_picker.svg)](https://pub.dartlang.org/packages/image_picker)
4+
15
A Flutter wrapper for the native image picker.
26

7+
38
Note: This is a work-in-progress, and is not fully supported by the Flutter team.
49

510
## Issues and feedback

packages/path-provider/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# path_provider
22

3+
[![pub package](https://img.shields.io/pub/v/path_provider.svg)](https://pub.dartlang.org/packages/path_provider)
4+
35
A Flutter plugin for finding commonly used locations on the filesystem. Supports iOS and Android.
46

57

packages/share/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# share
22

3+
[![pub package](https://img.shields.io/pub/v/share.svg)](https://pub.dartlang.org/packages/share)
4+
35
A Flutter plugin to share content from your Flutter app via the platform's
46
share dialog.
57

packages/shared-preferences/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# shared_preferences
22

3+
[![pub package](https://img.shields.io/pub/v/shared_preferences.svg)](https://pub.dartlang.org/packages/shared_preferences)
4+
35
Wraps NSUserDefaults (on iOS) and SharedPreferences (on Android), providing
46
a persistent store for simple data. Data is persisted to disk automatically
57
and asynchronously.

packages/url-launcher/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# url_launcher
22

3+
[![pub package](https://img.shields.io/pub/v/url_launcher.svg)](https://pub.dartlang.org/packages/url_launcher)
4+
35
A Flutter plugin for launching a URL in the mobile platform. Supports iOS and Android.
46

57
## Usage

0 commit comments

Comments
 (0)