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 Goderbauer | 38ad48d | 2017-05-10 13:49:05 -0700 | [diff] [blame] | 7 | Flutter first-party plugins. Check the `packages` directory for all plugins. |
Michael Thomsen | fb578c2 | 2017-04-19 09:55:02 +0200 | [diff] [blame] | 8 | |
| 9 | Flutter plugins enable access to platform-specific APIs. For more information |
| 10 | about plugins, and how to use them, see |
| 11 | [https://flutter.io/platform-plugins/](https://flutter.io/platform-plugins/). |
Michael Goderbauer | 38ad48d | 2017-05-10 13:49:05 -0700 | [diff] [blame] | 12 | |
| 13 | These plugins are also available on |
| 14 | [pub](https://pub.dartlang.org/flutter/plugins). |
| 15 | |
Brandon Donnelson | f851494 | 2017-05-30 10:00:01 -0700 | [diff] [blame] | 16 | ## Plugins |
| 17 | These are the available plugins in this repository. |
| 18 | |
Brandon Donnelson | fcf7e71 | 2017-06-01 14:00:08 -0700 | [diff] [blame] | 19 | | Plugin | Pub | |
| 20 | |--------|-----| |
Mehmet Fidanboylu | 0d1de3e | 2017-06-12 12:23:49 -0700 | [diff] [blame^] | 21 | | [android_intent](./packages/android_intent/) | [](https://pub.dartlang.org/packages/android_intent) | |
Brandon Donnelson | fcf7e71 | 2017-06-01 14:00:08 -0700 | [diff] [blame] | 22 | | [battery](./packages/battery/) | [](https://pub.dartlang.org/packages/battery) | |
Mehmet Fidanboylu | 0d1de3e | 2017-06-12 12:23:49 -0700 | [diff] [blame^] | 23 | | [connectivity](./packages/connectivity/) | [](https://pub.dartlang.org/packages/connectivity) | |
Brandon Donnelson | fcf7e71 | 2017-06-01 14:00:08 -0700 | [diff] [blame] | 24 | | [google_sign_in](./packages/google_sign_in/) | [](https://pub.dartlang.org/packages/google_sign_in) | |
| 25 | | [image_picker](./packages/image_picker/) | [](https://pub.dartlang.org/packages/image_picker) | |
Mehmet Fidanboylu | 0d1de3e | 2017-06-12 12:23:49 -0700 | [diff] [blame^] | 26 | | [package_info](./packages/package_info/) | [](https://pub.dartlang.org/packages/package_info) | |
Brandon Donnelson | fcf7e71 | 2017-06-01 14:00:08 -0700 | [diff] [blame] | 27 | | [path_provider](./packages/path_provider/) | [](https://pub.dartlang.org/packages/path_provider) | |
Mehmet Fidanboylu | 0d1de3e | 2017-06-12 12:23:49 -0700 | [diff] [blame^] | 28 | | [quick_actions](./packages/quick_actions/) | [](https://pub.dartlang.org/packages/quick_actions) | |
Brandon Donnelson | fcf7e71 | 2017-06-01 14:00:08 -0700 | [diff] [blame] | 29 | | [share](./packages/share/) | [](https://pub.dartlang.org/packages/share) | |
| 30 | | [shared_preferences](./packages/shared_preferences/) | [](https://pub.dartlang.org/packages/shared_preferences) | |
| 31 | | [url_launcher](./packages/url_launcher/) | [](https://pub.dartlang.org/packages/url_launcher) | |
Brandon Donnelson | 958d3b8 | 2017-06-01 16:41:30 -0700 | [diff] [blame] | 32 | | | | |
| 33 | | **FlutterFire Plugins** | | |
| 34 | | [firebase_analytics](./packages/firebase_analytics/) | [](https://pub.dartlang.org/packages/firebase_analytics) | |
| 35 | | [firebase_auth](./packages/firebase_auth/) | [](https://pub.dartlang.org/packages/firebase_auth) | |
| 36 | | [firebase_database](./packages/firebase_database/) | [](https://pub.dartlang.org/packages/firebase_database) | |
| 37 | | [firebase_messaging](./packages/firebase_messaging/) | [](https://pub.dartlang.org/packages/firebase_messaging) | |
| 38 | | [firebase_storage](./packages/firebase_storage/) | [](https://pub.dartlang.org/packages/firebase_storage) | |
| 39 | |
| 40 | Learn more about [FlutterFire](https://github.com/flutter/plugins/blob/master/FlutterFire.md). |
Brandon Donnelson | f851494 | 2017-05-30 10:00:01 -0700 | [diff] [blame] | 41 | |
Michael Goderbauer | 38ad48d | 2017-05-10 13:49:05 -0700 | [diff] [blame] | 42 | ## Issues |
| 43 | |
| 44 | Please file any issues, bugs, or feature requests in the main [flutter |
| 45 | repo](https://github.com/flutter/flutter/issues/new). |