Fix descriptions of plugins and add them to the main index file (#116)
diff --git a/README.md b/README.md index 46b63bb..9f803eb 100644 --- a/README.md +++ b/README.md
@@ -18,10 +18,14 @@ | Plugin | Pub | |--------|-----| +| [android_intent](./packages/android_intent/) | [](https://pub.dartlang.org/packages/android_intent) | | [battery](./packages/battery/) | [](https://pub.dartlang.org/packages/battery) | +| [connectivity](./packages/connectivity/) | [](https://pub.dartlang.org/packages/connectivity) | | [google_sign_in](./packages/google_sign_in/) | [](https://pub.dartlang.org/packages/google_sign_in) | | [image_picker](./packages/image_picker/) | [](https://pub.dartlang.org/packages/image_picker) | +| [package_info](./packages/package_info/) | [](https://pub.dartlang.org/packages/package_info) | | [path_provider](./packages/path_provider/) | [](https://pub.dartlang.org/packages/path_provider) | +| [quick_actions](./packages/quick_actions/) | [](https://pub.dartlang.org/packages/quick_actions) | | [share](./packages/share/) | [](https://pub.dartlang.org/packages/share) | | [shared_preferences](./packages/shared_preferences/) | [](https://pub.dartlang.org/packages/shared_preferences) | | [url_launcher](./packages/url_launcher/) | [](https://pub.dartlang.org/packages/url_launcher) |
diff --git a/packages/connectivity/pubspec.yaml b/packages/connectivity/pubspec.yaml index 26eb822..2dcacce 100644 --- a/packages/connectivity/pubspec.yaml +++ b/packages/connectivity/pubspec.yaml
@@ -1,5 +1,5 @@ name: connectivity -description: A new flutter plugin project. +description: Allows developers to discover the state of the network connectivity. version: 0.0.1 author: Flutter Team <flutter-dev@googlegroups.com> homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity
diff --git a/packages/quick_actions/pubspec.yaml b/packages/quick_actions/pubspec.yaml index 69f926b..9ce81d9 100644 --- a/packages/quick_actions/pubspec.yaml +++ b/packages/quick_actions/pubspec.yaml
@@ -1,5 +1,5 @@ name: quick_actions -description: A new flutter plugin project. +description: Plugin that allows developers to define shortcuts on home screen. version: 0.0.1 author: Flutter Team <flutter-dev@googlegroups.com> homepage: https://github.com/flutter/plugins/tree/master/packages/quick_actions