From 6eea2a11ab42172f6d7396ca8f27a5f223c4c77b Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Wed, 10 May 2017 09:58:16 -0700 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 525ec61d053b..bb851287fcd9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,17 @@ -Flutter plugins -=============== +# Flutter plugins This repo is a companion repo to the main [flutter repo](https://github.com/flutter/flutter). It contains the source code for -Flutter first-party plugins. +Flutter first-party plugins. Check the `packages` directory for all plugins. Flutter plugins enable access to platform-specific APIs. For more information about plugins, and how to use them, see [https://flutter.io/platform-plugins/](https://flutter.io/platform-plugins/). + +These plugins are also available on +[pub](https://pub.dartlang.org/flutter/plugins). + +## Issues + +Please file any issues, bugs, or feature requests in the main [flutter +repo](https://github.com/flutter/flutter/issues/new).