blob: 9f803eb72d05efd21815e81828e2845186df0798 [file] [log] [blame] [view]
Michael Goderbauer38ad48d2017-05-10 13:49:05 -07001# Flutter plugins
Michael Thomsenfb578c22017-04-19 09:55:02 +02002
Michael Goderbauer688e4052017-05-12 16:24:34 -07003[![Build Status](https://travis-ci.org/flutter/plugins.svg?branch=master)](https://travis-ci.org/flutter/plugins)
4
Michael Thomsenfb578c22017-04-19 09:55:02 +02005This repo is a companion repo to the main [flutter
6repo](https://github.com/flutter/flutter). It contains the source code for
Michael Goderbauer38ad48d2017-05-10 13:49:05 -07007Flutter first-party plugins. Check the `packages` directory for all plugins.
Michael Thomsenfb578c22017-04-19 09:55:02 +02008
9Flutter plugins enable access to platform-specific APIs. For more information
10about plugins, and how to use them, see
11[https://flutter.io/platform-plugins/](https://flutter.io/platform-plugins/).
Michael Goderbauer38ad48d2017-05-10 13:49:05 -070012
13These plugins are also available on
14[pub](https://pub.dartlang.org/flutter/plugins).
15
Brandon Donnelsonf8514942017-05-30 10:00:01 -070016## Plugins
17These are the available plugins in this repository.
18
Brandon Donnelsonfcf7e712017-06-01 14:00:08 -070019| Plugin | Pub |
20|--------|-----|
Mehmet Fidanboylu0d1de3e2017-06-12 12:23:49 -070021| [android_intent](./packages/android_intent/) | [![pub package](https://img.shields.io/pub/v/android_intent.svg)](https://pub.dartlang.org/packages/android_intent) |
Brandon Donnelsonfcf7e712017-06-01 14:00:08 -070022| [battery](./packages/battery/) | [![pub package](https://img.shields.io/pub/v/battery.svg)](https://pub.dartlang.org/packages/battery) |
Mehmet Fidanboylu0d1de3e2017-06-12 12:23:49 -070023| [connectivity](./packages/connectivity/) | [![pub package](https://img.shields.io/pub/v/connectivity.svg)](https://pub.dartlang.org/packages/connectivity) |
Brandon Donnelsonfcf7e712017-06-01 14:00:08 -070024| [google_sign_in](./packages/google_sign_in/) | [![pub package](https://img.shields.io/pub/v/google_sign_in.svg)](https://pub.dartlang.org/packages/google_sign_in) |
25| [image_picker](./packages/image_picker/) | [![pub package](https://img.shields.io/pub/v/image_picker.svg)](https://pub.dartlang.org/packages/image_picker) |
Mehmet Fidanboylu0d1de3e2017-06-12 12:23:49 -070026| [package_info](./packages/package_info/) | [![pub package](https://img.shields.io/pub/v/package_info.svg)](https://pub.dartlang.org/packages/package_info) |
Brandon Donnelsonfcf7e712017-06-01 14:00:08 -070027| [path_provider](./packages/path_provider/) | [![pub package](https://img.shields.io/pub/v/path_provider.svg)](https://pub.dartlang.org/packages/path_provider) |
Mehmet Fidanboylu0d1de3e2017-06-12 12:23:49 -070028| [quick_actions](./packages/quick_actions/) | [![pub package](https://img.shields.io/pub/v/quick_actions.svg)](https://pub.dartlang.org/packages/quick_actions) |
Brandon Donnelsonfcf7e712017-06-01 14:00:08 -070029| [share](./packages/share/) | [![pub package](https://img.shields.io/pub/v/share.svg)](https://pub.dartlang.org/packages/share) |
30| [shared_preferences](./packages/shared_preferences/) | [![pub package](https://img.shields.io/pub/v/shared_preferences.svg)](https://pub.dartlang.org/packages/shared_preferences) |
31| [url_launcher](./packages/url_launcher/) | [![pub package](https://img.shields.io/pub/v/url_launcher.svg)](https://pub.dartlang.org/packages/url_launcher) |
Brandon Donnelson958d3b82017-06-01 16:41:30 -070032| | |
33| **FlutterFire Plugins** | |
34| [firebase_analytics](./packages/firebase_analytics/) | [![pub package](https://img.shields.io/pub/v/firebase_analytics.svg)](https://pub.dartlang.org/packages/firebase_analytics) |
35| [firebase_auth](./packages/firebase_auth/) | [![pub package](https://img.shields.io/pub/v/firebase_auth.svg)](https://pub.dartlang.org/packages/firebase_auth) |
36| [firebase_database](./packages/firebase_database/) | [![pub package](https://img.shields.io/pub/v/firebase_database.svg)](https://pub.dartlang.org/packages/firebase_database) |
37| [firebase_messaging](./packages/firebase_messaging/) | [![pub package](https://img.shields.io/pub/v/firebase_messaging.svg)](https://pub.dartlang.org/packages/firebase_messaging) |
38| [firebase_storage](./packages/firebase_storage/) | [![pub package](https://img.shields.io/pub/v/firebase_storage.svg)](https://pub.dartlang.org/packages/firebase_storage) |
39
40Learn more about [FlutterFire](https://github.com/flutter/plugins/blob/master/FlutterFire.md).
Brandon Donnelsonf8514942017-05-30 10:00:01 -070041
Michael Goderbauer38ad48d2017-05-10 13:49:05 -070042## Issues
43
44Please file any issues, bugs, or feature requests in the main [flutter
45repo](https://github.com/flutter/flutter/issues/new).