Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit b878214

Browse files
authored
Prepare plugins for release on ub (#37)
Prepare plugins for release on pub
1 parent 25b648d commit b878214

File tree

17 files changed

+48
-25
lines changed

17 files changed

+48
-25
lines changed

packages/firebase_analytics/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: firebase_analytics
2+
23
description: Firebase Analytics plugin for Flutter.
4+
author: Flutter Team <flutter-dev@googlegroups.com>
5+
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_analytics
6+
version: 0.0.1
37

48
flutter:
59
plugin:

packages/firebase_auth/example/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ dependencies:
66
sdk: flutter
77
firebase_auth:
88
path: ../
9-
# TODO(jackson): Point this at pub once a stable version is published
109
google_sign_in:
11-
git: git://github.com/flutter/google_sign_in
10+
path: ../../google_sign_in
1211

1312
flutter:
1413
uses-material-design: true

packages/firebase_auth/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: firebase_auth
2+
23
description: Firebase Auth plugin for Flutter.
4+
author: Flutter Team <flutter-dev@googlegroups.com>
5+
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_auth
6+
version: 0.0.1
37

48
flutter:
59
plugin:

packages/firebase_database/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: firebase_database
2+
23
description: Firebase Database plugin for Flutter.
4+
author: Flutter Team <flutter-dev@googlegroups.com>
5+
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_database
6+
version: 0.0.1
37

48
flutter:
59
plugin:

packages/firebase_messaging/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This plugin allows Flutter apps to interact with the [Firebase Cloud Messaging (
99

1010
With this plugin, your Flutter app can receive and process push notifications as well as data messages on Android and iOS. Read Firebase's [About FCM Messages](https://firebase.google.com/docs/cloud-messaging/concept-options) to learn more about the differences between notification messages and data messages.
1111

12-
Not all features of the API are implemented in the plugin yet. If something is missing feel free to send a [pull request](https://github.com/flutter/firebase_messaging/pull/new/master) or file an [issue](https://github.com/flutter/firebase_messaging/issues/new).
12+
Not all features of the API are implemented in the plugin yet. If something is missing feel free to send a [pull request](https://github.com/flutter/plugins/pull/new/master) or file an [issue](https://github.com/flutter/flutter/issues/new).
1313

1414
## Getting Started
1515

packages/firebase_messaging/ios/firebase_messaging.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Pod::Spec.new do |s|
88
s.description = <<-DESC
99
Firebase Cloud Messaging plugin for Flutter.
1010
DESC
11-
s.homepage = 'https://github.com/flutter/firebase_messaging'
11+
s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/firebase_messaging'
1212
s.license = { :file => '../LICENSE' }
13-
s.author = { 'Google Inc.' => 'goderbauer@google.com' }
13+
s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' }
1414
s.source = { :path => '.' }
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'

packages/firebase_storage/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: firebase_storage
2+
23
description: Firebase Storage plugin for Flutter.
4+
author: Flutter Team <flutter-dev@googlegroups.com>
5+
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_storage
6+
version: 0.0.1
37

48
flutter:
59
plugin:

packages/google_sign_in/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: google_sign_in
2+
23
description: Google Sign-In plugin for Flutter.
4+
author: Flutter Team <flutter-dev@googlegroups.com>
5+
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in
6+
version: 0.0.1
37

48
flutter:
59
plugin:

packages/image_picker/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: image_picker
2+
23
description: Flutter plugin that shows an image picker.
4+
author: Flutter Team <flutter-dev@googlegroups.com>
5+
homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker
6+
version: 0.0.1
37

48
flutter:
59
plugin:

packages/path-provider/ios/path_provider.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
Pod::Spec.new do |s|
55
s.name = 'path_provider'
66
s.version = '0.0.1'
7-
s.summary = 'A new flutter plugin project.'
7+
s.summary = 'A Flutter plugin for getting commonly used locations on the filesystem.'
88
s.description = <<-DESC
9-
A new flutter plugin project.
9+
A Flutter plugin for getting commonly used locations on the filesystem.
1010
DESC
11-
s.homepage = 'http://example.com'
11+
s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/path_provider'
1212
s.license = { :file => '../LICENSE' }
13-
s.author = { 'Your Company' => 'email@example.com' }
13+
s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' }
1414
s.source = { :path => '.' }
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'

0 commit comments

Comments
 (0)