Michael Goderbauer | 38ad48d | 2017-05-10 13:49:05 -0700 | [diff] [blame] | 1 | # Flutter plugins |
Michael Thomsen | fb578c2 | 2017-04-19 09:55:02 +0200 | [diff] [blame] | 2 | |
Michael Goderbauer | 688e405 | 2017-05-12 16:24:34 -0700 | [diff] [blame] | 3 | [](https://travis-ci.org/flutter/plugins) |
| 4 | |
Michael Thomsen | fb578c2 | 2017-04-19 09:55:02 +0200 | [diff] [blame] | 5 | This repo is a companion repo to the main [flutter |
| 6 | repo](https://github.com/flutter/flutter). It contains the source code for |
Michael Thomsen | d03cce7 | 2017-09-05 10:44:29 +0200 | [diff] [blame^] | 7 | Flutter first-party plugins (i.e., plugins developed by the core Flutter team). |
| 8 | Check the `packages` directory for all plugins. |
Michael Thomsen | fb578c2 | 2017-04-19 09:55:02 +0200 | [diff] [blame] | 9 | |
| 10 | Flutter plugins enable access to platform-specific APIs. For more information |
| 11 | about plugins, and how to use them, see |
| 12 | [https://flutter.io/platform-plugins/](https://flutter.io/platform-plugins/). |
Michael Goderbauer | 38ad48d | 2017-05-10 13:49:05 -0700 | [diff] [blame] | 13 | |
| 14 | These plugins are also available on |
| 15 | [pub](https://pub.dartlang.org/flutter/plugins). |
| 16 | |
Michael Thomsen | d03cce7 | 2017-09-05 10:44:29 +0200 | [diff] [blame^] | 17 | ## Issues |
| 18 | |
| 19 | Please file any issues, bugs, or feature requests in the [main flutter |
| 20 | repo](https://github.com/flutter/flutter/issues/new). |
| 21 | |
| 22 | ## Contributing |
| 23 | |
| 24 | If you wish to contribute a new plugin to the Flutter ecosystem, please |
| 25 | see the documentation for [developing packages](https://flutter.io/developing-packages/) and |
| 26 | [platform channels](https://flutter.io/platform-channels/). You can store |
| 27 | your plugin source code in any GitHub repository (the present repo is only |
| 28 | intended for plugins developed by the core Flutter team). Once your plugin |
| 29 | is ready you can [publish](https://flutter.io/developing-packages/#publish) |
| 30 | to the [pub repository](https://pub.dartlang.org/). |
| 31 | |
| 32 | If you wish to contribute a change to any of the existing plugins in this repo, |
| 33 | please review our [contribution guide](https://github.com/flutter/plugins/blob/master/CONTRIBUTING.md), |
| 34 | and send a [pull request](https://github.com/flutter/plugins/pulls). |
| 35 | |
Brandon Donnelson | f851494 | 2017-05-30 10:00:01 -0700 | [diff] [blame] | 36 | ## Plugins |
| 37 | These are the available plugins in this repository. |
| 38 | |
Brandon Donnelson | fcf7e71 | 2017-06-01 14:00:08 -0700 | [diff] [blame] | 39 | | Plugin | Pub | |
| 40 | |--------|-----| |
Mehmet Fidanboylu | 0d1de3e | 2017-06-12 12:23:49 -0700 | [diff] [blame] | 41 | | [android_intent](./packages/android_intent/) | [](https://pub.dartlang.org/packages/android_intent) | |
Brandon Donnelson | fcf7e71 | 2017-06-01 14:00:08 -0700 | [diff] [blame] | 42 | | [battery](./packages/battery/) | [](https://pub.dartlang.org/packages/battery) | |
Mehmet Fidanboylu | 0d1de3e | 2017-06-12 12:23:49 -0700 | [diff] [blame] | 43 | | [connectivity](./packages/connectivity/) | [](https://pub.dartlang.org/packages/connectivity) | |
Michael Thomsen | e9a4272 | 2017-08-15 19:30:49 +0200 | [diff] [blame] | 44 | | [device info](./packages/device_info/) | [](https://pub.dartlang.org/packages/device_info) | |
Brandon Donnelson | fcf7e71 | 2017-06-01 14:00:08 -0700 | [diff] [blame] | 45 | | [google_sign_in](./packages/google_sign_in/) | [](https://pub.dartlang.org/packages/google_sign_in) | |
| 46 | | [image_picker](./packages/image_picker/) | [](https://pub.dartlang.org/packages/image_picker) | |
Michael Thomsen | ad183cd | 2017-08-24 14:55:58 -0700 | [diff] [blame] | 47 | | [local_auth](./packages/local_auth/) | [](https://pub.dartlang.org/packages/local_auth) | |
Mehmet Fidanboylu | 0d1de3e | 2017-06-12 12:23:49 -0700 | [diff] [blame] | 48 | | [package_info](./packages/package_info/) | [](https://pub.dartlang.org/packages/package_info) | |
Brandon Donnelson | fcf7e71 | 2017-06-01 14:00:08 -0700 | [diff] [blame] | 49 | | [path_provider](./packages/path_provider/) | [](https://pub.dartlang.org/packages/path_provider) | |
Mehmet Fidanboylu | 0d1de3e | 2017-06-12 12:23:49 -0700 | [diff] [blame] | 50 | | [quick_actions](./packages/quick_actions/) | [](https://pub.dartlang.org/packages/quick_actions) | |
Sarah Zakarias | e8bea15 | 2017-06-16 08:58:09 +0200 | [diff] [blame] | 51 | | [sensors](./packages/sensors/) | [](https://pub.dartlang.org/packages/sensors) | |
Brandon Donnelson | fcf7e71 | 2017-06-01 14:00:08 -0700 | [diff] [blame] | 52 | | [share](./packages/share/) | [](https://pub.dartlang.org/packages/share) | |
| 53 | | [shared_preferences](./packages/shared_preferences/) | [](https://pub.dartlang.org/packages/shared_preferences) | |
| 54 | | [url_launcher](./packages/url_launcher/) | [](https://pub.dartlang.org/packages/url_launcher) | |
Brandon Donnelson | 958d3b8 | 2017-06-01 16:41:30 -0700 | [diff] [blame] | 55 | | | | |
| 56 | | **FlutterFire Plugins** | | |
| 57 | | [firebase_analytics](./packages/firebase_analytics/) | [](https://pub.dartlang.org/packages/firebase_analytics) | |
| 58 | | [firebase_auth](./packages/firebase_auth/) | [](https://pub.dartlang.org/packages/firebase_auth) | |
| 59 | | [firebase_database](./packages/firebase_database/) | [](https://pub.dartlang.org/packages/firebase_database) | |
| 60 | | [firebase_messaging](./packages/firebase_messaging/) | [](https://pub.dartlang.org/packages/firebase_messaging) | |
| 61 | | [firebase_storage](./packages/firebase_storage/) | [](https://pub.dartlang.org/packages/firebase_storage) | |
| 62 | |
| 63 | Learn more about [FlutterFire](https://github.com/flutter/plugins/blob/master/FlutterFire.md). |