From 0034c474b33f8b0016132560eab74d1a31934bc3 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Thu, 11 May 2017 10:52:01 -0700 Subject: [PATCH 1/3] Update podspecs and pubspecs --- packages/firebase_messaging/README.md | 2 +- .../firebase_messaging/ios/firebase_messaging.podspec | 4 ++-- packages/path-provider/ios/path_provider.podspec | 8 ++++---- packages/path-provider/pubspec.yaml | 2 +- packages/share/ios/share.podspec | 8 ++++---- packages/share/pubspec.yaml | 4 ++-- .../shared-preferences/ios/shared_preferences.podspec | 8 ++++---- packages/shared-preferences/pubspec.yaml | 4 ++-- packages/url-launcher/ios/url_launcher.podspec | 2 +- packages/url-launcher/pubspec.yaml | 4 ++-- 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/packages/firebase_messaging/README.md b/packages/firebase_messaging/README.md index 4b747a53650c..9f7bd5bcd292 100644 --- a/packages/firebase_messaging/README.md +++ b/packages/firebase_messaging/README.md @@ -9,7 +9,7 @@ This plugin allows Flutter apps to interact with the [Firebase Cloud Messaging ( 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. -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). +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). ## Getting Started diff --git a/packages/firebase_messaging/ios/firebase_messaging.podspec b/packages/firebase_messaging/ios/firebase_messaging.podspec index a2ee159659c1..54de5f0cad7e 100644 --- a/packages/firebase_messaging/ios/firebase_messaging.podspec +++ b/packages/firebase_messaging/ios/firebase_messaging.podspec @@ -8,9 +8,9 @@ Pod::Spec.new do |s| s.description = <<-DESC Firebase Cloud Messaging plugin for Flutter. DESC - s.homepage = 'https://github.com/flutter/firebase_messaging' + s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/firebase_messaging' s.license = { :file => '../LICENSE' } - s.author = { 'Google Inc.' => 'goderbauer@google.com' } + s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' } s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' diff --git a/packages/path-provider/ios/path_provider.podspec b/packages/path-provider/ios/path_provider.podspec index ab45c43478a6..7ca6fe3ce218 100644 --- a/packages/path-provider/ios/path_provider.podspec +++ b/packages/path-provider/ios/path_provider.podspec @@ -4,13 +4,13 @@ Pod::Spec.new do |s| s.name = 'path_provider' s.version = '0.0.1' - s.summary = 'A new flutter plugin project.' + s.summary = 'A Flutter plugin for getting commonly used locations on the filesystem.' s.description = <<-DESC -A new flutter plugin project. +A Flutter plugin for getting commonly used locations on the filesystem. DESC - s.homepage = 'http://example.com' + s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/path_provider' s.license = { :file => '../LICENSE' } - s.author = { 'Your Company' => 'email@example.com' } + s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' } s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' diff --git a/packages/path-provider/pubspec.yaml b/packages/path-provider/pubspec.yaml index ca8449422c1a..652cc5c84fba 100644 --- a/packages/path-provider/pubspec.yaml +++ b/packages/path-provider/pubspec.yaml @@ -3,7 +3,7 @@ name: path_provider version: 0.2.0 description: A Flutter plugin for getting commonly used locations on the filesystem. author: Flutter Team -homepage: https://github.com/flutter/plugins +homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider flutter: plugin: diff --git a/packages/share/ios/share.podspec b/packages/share/ios/share.podspec index 7b16464c59ef..e3d350e70b97 100644 --- a/packages/share/ios/share.podspec +++ b/packages/share/ios/share.podspec @@ -4,13 +4,13 @@ Pod::Spec.new do |s| s.name = 'share' s.version = '0.0.1' - s.summary = 'A new flutter plugin project.' + s.summary = 'A Flutter plugin for sharing content from the Flutter app via the platform share sheet.' s.description = <<-DESC -A new flutter plugin project. +A Flutter plugin for sharing content from the Flutter app via the platform share sheet. DESC - s.homepage = 'http://example.com' + s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/share' s.license = { :file => '../LICENSE' } - s.author = { 'Your Company' => 'email@example.com' } + s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' } s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' diff --git a/packages/share/pubspec.yaml b/packages/share/pubspec.yaml index 6246b4fd0b11..85f5f0beb1b6 100644 --- a/packages/share/pubspec.yaml +++ b/packages/share/pubspec.yaml @@ -1,8 +1,8 @@ name: share version: 0.2.0 -description: A Flutter plugin for sharing content from the Flutter app via the platform share sheet +description: A Flutter plugin for sharing content from the Flutter app via the platform share sheet. author: Flutter Team -homepage: https://github.com/flutter/plugins +homepage: https://github.com/flutter/plugins/tree/master/packages/share flutter: plugin: diff --git a/packages/shared-preferences/ios/shared_preferences.podspec b/packages/shared-preferences/ios/shared_preferences.podspec index 19444e467519..e8c940924140 100644 --- a/packages/shared-preferences/ios/shared_preferences.podspec +++ b/packages/shared-preferences/ios/shared_preferences.podspec @@ -4,13 +4,13 @@ Pod::Spec.new do |s| s.name = 'shared_preferences' s.version = '0.0.1' - s.summary = 'A new flutter plugin project.' + s.summary = 'A Flutter plugin for reading and writing simple key-value pairs.' s.description = <<-DESC -A new flutter plugin project. +A Flutter plugin for reading and writing simple key-value pairs. DESC - s.homepage = 'http://example.com' + s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/shared_preferences' s.license = { :file => '../LICENSE' } - s.author = { 'Your Company' => 'email@example.com' } + s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' } s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' diff --git a/packages/shared-preferences/pubspec.yaml b/packages/shared-preferences/pubspec.yaml index 58556d93ac04..e85d80545ac6 100644 --- a/packages/shared-preferences/pubspec.yaml +++ b/packages/shared-preferences/pubspec.yaml @@ -1,9 +1,9 @@ name: shared_preferences version: 0.2.0 -description: A Flutter plugin for reading and writing simple key-value pairs +description: A Flutter plugin for reading and writing simple key-value pairs. author: Flutter Team -homepage: https://github.com/flutter/plugins +homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences flutter: plugin: diff --git a/packages/url-launcher/ios/url_launcher.podspec b/packages/url-launcher/ios/url_launcher.podspec index 646076492f6b..d8436c1c1e93 100644 --- a/packages/url-launcher/ios/url_launcher.podspec +++ b/packages/url-launcher/ios/url_launcher.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.description = <<-DESC A Flutter plugin for making the underlying platform (Android or iOS) launch a URL. DESC - s.homepage = 'https://pub.dartlang.org/packages/url_launcher' + s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/url_launcher' s.license = { :file => '../LICENSE' } s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' } s.source = { :path => '.' } diff --git a/packages/url-launcher/pubspec.yaml b/packages/url-launcher/pubspec.yaml index b510aa37b425..031b738ff591 100644 --- a/packages/url-launcher/pubspec.yaml +++ b/packages/url-launcher/pubspec.yaml @@ -1,9 +1,9 @@ name: url_launcher version: 0.4.1 -description: A Flutter plugin for launching a URL +description: A Flutter plugin for launching a URL. author: Flutter Team -homepage: https://github.com/flutter/plugins +homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher flutter: plugin: From c94131664f051b273d4679e8face78d39f798aa0 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Thu, 11 May 2017 10:57:40 -0700 Subject: [PATCH 2/3] Prepase pubspecs for release --- packages/firebase_analytics/pubspec.yaml | 4 ++++ packages/firebase_auth/pubspec.yaml | 4 ++++ packages/firebase_database/pubspec.yaml | 4 ++++ packages/firebase_storage/pubspec.yaml | 4 ++++ packages/google_sign_in/pubspec.yaml | 4 ++++ packages/image_picker/pubspec.yaml | 4 ++++ 6 files changed, 24 insertions(+) diff --git a/packages/firebase_analytics/pubspec.yaml b/packages/firebase_analytics/pubspec.yaml index d91b8efd361d..a6913882dd89 100755 --- a/packages/firebase_analytics/pubspec.yaml +++ b/packages/firebase_analytics/pubspec.yaml @@ -1,5 +1,9 @@ name: firebase_analytics + description: Firebase Analytics plugin for Flutter. +author: Flutter Team +homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_analytics +version: 0.0.1 flutter: plugin: diff --git a/packages/firebase_auth/pubspec.yaml b/packages/firebase_auth/pubspec.yaml index e4eee2ef1ac9..1d64574fa01a 100755 --- a/packages/firebase_auth/pubspec.yaml +++ b/packages/firebase_auth/pubspec.yaml @@ -1,5 +1,9 @@ name: firebase_auth + description: Firebase Auth plugin for Flutter. +author: Flutter Team +homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_auth +version: 0.0.1 flutter: plugin: diff --git a/packages/firebase_database/pubspec.yaml b/packages/firebase_database/pubspec.yaml index ce7b4fe124b9..07ecb6ee765c 100755 --- a/packages/firebase_database/pubspec.yaml +++ b/packages/firebase_database/pubspec.yaml @@ -1,5 +1,9 @@ name: firebase_database + description: Firebase Database plugin for Flutter. +author: Flutter Team +homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_database +version: 0.0.1 flutter: plugin: diff --git a/packages/firebase_storage/pubspec.yaml b/packages/firebase_storage/pubspec.yaml index adaedf35c766..1a5c122cd565 100755 --- a/packages/firebase_storage/pubspec.yaml +++ b/packages/firebase_storage/pubspec.yaml @@ -1,5 +1,9 @@ name: firebase_storage + description: Firebase Storage plugin for Flutter. +author: Flutter Team +homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_storage +version: 0.0.1 flutter: plugin: diff --git a/packages/google_sign_in/pubspec.yaml b/packages/google_sign_in/pubspec.yaml index af8d12d45b02..24f8f0222db7 100755 --- a/packages/google_sign_in/pubspec.yaml +++ b/packages/google_sign_in/pubspec.yaml @@ -1,5 +1,9 @@ name: google_sign_in + description: Google Sign-In plugin for Flutter. +author: Flutter Team +homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in +version: 0.0.1 flutter: plugin: diff --git a/packages/image_picker/pubspec.yaml b/packages/image_picker/pubspec.yaml index ab29aa592726..be9655271554 100755 --- a/packages/image_picker/pubspec.yaml +++ b/packages/image_picker/pubspec.yaml @@ -1,5 +1,9 @@ name: image_picker + description: Flutter plugin that shows an image picker. +author: Flutter Team +homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker +version: 0.0.1 flutter: plugin: From 5b45543adeda88d20b410b9a57facc39056357fa Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Thu, 11 May 2017 11:00:12 -0700 Subject: [PATCH 3/3] Make firebase_auth dep on google_sign_in relative --- packages/firebase_auth/example/pubspec.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/firebase_auth/example/pubspec.yaml b/packages/firebase_auth/example/pubspec.yaml index db9fc539f8f3..5c79b484d637 100755 --- a/packages/firebase_auth/example/pubspec.yaml +++ b/packages/firebase_auth/example/pubspec.yaml @@ -6,9 +6,8 @@ dependencies: sdk: flutter firebase_auth: path: ../ - # TODO(jackson): Point this at pub once a stable version is published google_sign_in: - git: git://github.com/flutter/google_sign_in + path: ../../google_sign_in flutter: uses-material-design: true