Skip to content

Commit

Permalink
chore: add repository urls to pubspecs (#5542)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehesp committed Apr 1, 2021
1 parent 9fea031 commit 8a719fe
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions packages/cloud_firestore/cloud_firestore/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description:
Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database with
live synchronization and offline support on Android and iOS.
homepage: https://firebase.flutter.dev/docs/firestore/overview
repository: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore
version: 1.0.3

environment:
Expand Down
1 change: 1 addition & 0 deletions packages/cloud_functions/cloud_functions/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: cloud_functions
description: A Flutter plugin allowing you to use Firebase Cloud Functions.
version: 1.0.2
homepage: https://firebase.flutter.dev/docs/functions/overview
repository: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_functions/cloud_functions

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/firebase_analytics/firebase_analytics/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: firebase_analytics
description:
Flutter plugin for Google Analytics for Firebase, an app measurement
solution that provides insight on app usage and user engagement on Android and iOS.
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics/firebase_analytics
homepage: https://firebase.flutter.dev/docs/analytics/overview
repository: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics/firebase_analytics
version: 8.0.0-dev.0

environment:
Expand Down
1 change: 1 addition & 0 deletions packages/firebase_auth/firebase_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: Flutter plugin for Firebase Auth, enabling Android and iOS
authentication using passwords, phone numbers and identity providers
like Google, Facebook and Twitter.
homepage: https://firebase.flutter.dev/docs/auth/overview
repository: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth/firebase_auth
version: 1.0.1

environment:
Expand Down
1 change: 1 addition & 0 deletions packages/firebase_core/firebase_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: firebase_core
description: Flutter plugin for Firebase Core, enabling connecting to multiple
Firebase apps.
homepage: https://firebase.flutter.dev/docs/core/usage
repository: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_core/firebase_core
version: 1.0.2

environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description:
Firebase console.
version: 1.0.0
homepage: https://firebase.flutter.dev/docs/crashlytics/overview
repository: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_crashlytics/firebase_crashlytics

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/firebase_database/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: firebase_database
description: Flutter plugin for Firebase Database, a cloud-hosted NoSQL database
with realtime data syncing across Android and iOS clients, and offline access.
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_database
homepage: https://firebase.flutter.dev/docs/database/overview
repository: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_database
version: 6.1.1

environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: firebase_messaging
description: Flutter plugin for Firebase Cloud Messaging, a cross-platform
messaging solution that lets you reliably deliver messages on Android and iOS.
homepage: https://firebase.flutter.dev/docs/messaging/overview
repository: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_messaging/firebase_messaging
version: 9.1.0

environment:
Expand Down
3 changes: 2 additions & 1 deletion packages/firebase_performance/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ description:
Flutter plugin for Google Performance Monitoring for Firebase, an app
measurement solution that monitors traces and HTTP/S network requests on Android and
iOS.
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_performance
homepage: https://firebase.flutter.dev/docs/performance/overview
repository: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_performance
version: 0.6.0+1

environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: firebase_remote_config
description:
Flutter plugin for Firebase Remote Config. Update your application look and feel and behaviour without
re-releasing.
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_remote_config
homepage: https://firebase.flutter.dev/docs/remote-config/overview
repository: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_remote_config/firebase_remote_config
version: 0.9.0-dev.1

environment:
Expand Down
1 change: 1 addition & 0 deletions packages/firebase_storage/firebase_storage/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: firebase_storage
description: Flutter plugin for Firebase Cloud Storage, a powerful, simple, and
cost-effective object storage service for Android and iOS.
homepage: https://firebase.flutter.dev/docs/storage/overview
repository: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_storage/firebase_storage
version: 8.0.1

environment:
Expand Down

0 comments on commit 8a719fe

Please sign in to comment.