Skip to content

Commit e62d473

Browse files
authored
Add longer, more searchable package descriptions (flutter#356)
* Add longer, more searchable package descriptions * Consistency * Review feedback
1 parent 4d88b05 commit e62d473

File tree

25 files changed

+50
-38
lines changed

25 files changed

+50
-38
lines changed

packages/android_alarm_manager/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: android_alarm_manager
2-
description: A plugin for using the AlarmManager on Android.
2+
description: Flutter plugin for accessing the Android AlarmManager service, and
3+
running Dart code in the background when alarms fire.
34
version: 0.0.4
45
author: Flutter Team <flutter-dev@googlegroups.com>
56
homepage: https://github.com/flutter/plugins/tree/master/packages/android_alarm_manager

packages/android_intent/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: android_intent
2-
description: A plugin for launching Intents on Android.
2+
description: Flutter plugin for launching Android Intents. Not supported on iOS.
33
author: Flutter Team <flutter-dev@googlegroups.com>
44
homepage: https://github.com/flutter/plugins/tree/master/packages/android_intent
55
version: 0.1.0

packages/battery/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: battery
2-
3-
description: Flutter plugin for accessing information about the battery.
2+
description: Flutter plugin for accessing information about the battery state
3+
(full, charging, discharging) on Android and iOS.
44
author: Flutter Team <flutter-dev@googlegroups.com>
55
homepage: https://github.com/flutter/plugins/tree/master/packages/battery
66
version: 0.1.1

packages/camera/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: camera
2-
description: A new flutter plugin project.
2+
description: A Flutter plugin for getting information about and controlling the
3+
camera on Android and iOS. Supports previewing the camera feed and capturing images.
34
version: 0.0.2
45
author:
56
homepage:

packages/cloud_firestore/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cloud_firestore
2-
3-
description: Cloud Firestore plugin for Flutter.
2+
description: Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database with
3+
live synchronization and offline support on Android and iOS.
44
author: Flutter Team <flutter-dev@googlegroups.com>
55
homepage: https://github.com/flutter/plugins/tree/master/packages/cloud_firestore
66
version: 0.2.2

packages/connectivity/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: connectivity
2-
description: Allows developers to discover the state of the network connectivity.
2+
description: Flutter plugin for discovering the state of the network (WiFi &
3+
mobile/cellular) connectivity on Android and iOS.
34
version: 0.2.1
45
author: Flutter Team <flutter-dev@googlegroups.com>
56
homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity

packages/device_info/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: device_info
2-
description: Provides detailed information about the device the Flutter app is running on.
2+
description: Flutter plugin providing detailed information about the device
3+
(make, model, etc.), and Android or iOS version the app is running on.
34
version: 0.1.0
45
author: Flutter Team <flutter-dev@googlegroups.com>
56
homepage: https://github.com/flutter/plugins/tree/master/packages/device_info

packages/firebase_admob/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: firebase_admob
2-
description: Firebase AdMob plugin for Flutter applications.
2+
description: Firebase plugin for Firebase AdMob, supporting loading and
3+
displaying banner and interstitial (full-screen) ads on Android and iOS.
34
version: 0.2.2
45
author: Flutter Team <flutter-dev@googlegroups.com>
56
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_admob

packages/firebase_analytics/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_analytics
2-
3-
description: Firebase Analytics plugin for Flutter.
2+
description: Flutter plugin for Firebase Analytics, an app measurement solution
3+
that provides insight on app usage and user engagement on Android and iOS.
44
author: Flutter Team <flutter-dev@googlegroups.com>
55
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_analytics
66
version: 0.2.0

packages/firebase_auth/pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: firebase_auth
2-
3-
description: Firebase Auth plugin for Flutter.
2+
description: Flutter plugin for Firebase Auth, enabling Android and iOS
3+
authentication using passwords, and identity providers like Google, Facebook,
4+
and Twitter.
45
author: Flutter Team <flutter-dev@googlegroups.com>
56
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_auth
67
version: 0.4.0

0 commit comments

Comments
 (0)