Skip to content

Commit

Permalink
Prepare plugins for release on ub (flutter#37)
Browse files Browse the repository at this point in the history
Prepare plugins for release on pub
  • Loading branch information
goderbauer authored May 11, 2017
1 parent 36f2948 commit d0eb4bc
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 5 deletions.
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 <flutter-dev@googlegroups.com>
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

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 <flutter-dev@googlegroups.com>
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 <flutter-dev@googlegroups.com>
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 <flutter-dev@googlegroups.com>
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_storage
version: 0.0.1

flutter:
plugin:
Expand Down

0 comments on commit d0eb4bc

Please sign in to comment.