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

Prepare plugins for release on pub #37

Merged
merged 3 commits into from
May 11, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/firebase_analytics/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: firebase_analytics

description: Firebase Analytics plugin for Flutter.
author: Flutter Team <[email protected]>
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_analytics
version: 0.0.1

flutter:
plugin:
Expand Down
3 changes: 1 addition & 2 deletions packages/firebase_auth/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I verified that it works. It points to the google_sing_in plugin in the same repo.


flutter:
uses-material-design: true
4 changes: 4 additions & 0 deletions packages/firebase_auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: firebase_auth

description: Firebase Auth plugin for Flutter.
author: Flutter Team <[email protected]>
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_auth
version: 0.0.1

flutter:
plugin:
Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_database/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: firebase_database

description: Firebase Database plugin for Flutter.
author: Flutter Team <[email protected]>
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_database
version: 0.0.1

flutter:
plugin:
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_messaging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions packages/firebase_messaging/ios/firebase_messaging.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_storage/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: firebase_storage

description: Firebase Storage plugin for Flutter.
author: Flutter Team <[email protected]>
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_storage
version: 0.0.1

flutter:
plugin:
Expand Down
4 changes: 4 additions & 0 deletions packages/google_sign_in/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: google_sign_in

description: Google Sign-In plugin for Flutter.
author: Flutter Team <[email protected]>
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in
version: 0.0.1

flutter:
plugin:
Expand Down
4 changes: 4 additions & 0 deletions packages/image_picker/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: image_picker

description: Flutter plugin that shows an image picker.
author: Flutter Team <[email protected]>
homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker
version: 0.0.1

flutter:
plugin:
Expand Down
8 changes: 4 additions & 4 deletions packages/path-provider/ios/path_provider.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion packages/path-provider/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
homepage: https://github.com/flutter/plugins
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider

flutter:
plugin:
Expand Down
8 changes: 4 additions & 4 deletions packages/share/ios/share.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions packages/share/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
homepage: https://github.com/flutter/plugins
homepage: https://github.com/flutter/plugins/tree/master/packages/share

flutter:
plugin:
Expand Down
8 changes: 4 additions & 4 deletions packages/shared-preferences/ios/shared_preferences.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions packages/shared-preferences/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
homepage: https://github.com/flutter/plugins
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences

flutter:
plugin:
Expand Down
2 changes: 1 addition & 1 deletion packages/url-launcher/ios/url_launcher.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '[email protected]' }
s.source = { :path => '.' }
Expand Down
4 changes: 2 additions & 2 deletions packages/url-launcher/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
homepage: https://github.com/flutter/plugins
homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher

flutter:
plugin:
Expand Down