Skip to content

Commit

Permalink
docs: replace outdated pub URLs (firebase#3146)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Diarmid <[email protected]>
  • Loading branch information
kevmoo and Salakar authored Aug 12, 2020
1 parent 403b5bb commit 7b102d9
Show file tree
Hide file tree
Showing 28 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ Does your PR require plugin users to manually update their apps to accommodate y
[issue database]: https://github.com/flutter/flutter/issues
[Contributor Guide]: https://github.com/FirebaseExtended/flutterfire/blob/master/CONTRIBUTING.md
[Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[pub versioning philosophy]: https://www.dartlang.org/tools/pub/versioning
[pub versioning philosophy]: https://dart.dev/tools/pub/versioning
[CLA]: https://cla.developers.google.com/
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ To start working on a patch:
* `git fetch upstream`
* `git checkout upstream/master -b <name_of_your_branch>`
* Hack away.
* Verify changes with [flutter_plugin_tools](https://pub.dartlang.org/packages/flutter_plugin_tools)
* Verify changes with [flutter_plugin_tools](https://pub.dev/packages/flutter_plugin_tools)
```
pub global activate flutter_plugin_tools
pub global run flutter_plugin_tools format --plugins plugin_name
Expand Down
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,91 +322,91 @@ and open a [pull request](https://github.com/FirebaseExtended/flutterfire/pulls)
This repository is maintained by Googlers but is not a supported Firebase product. Issues here are answered by maintainers and other community members on GitHub on a best-effort basis.


[admob_pub]: https://pub.dartlang.org/packages/firebase_admob
[admob_pub]: https://pub.dev/packages/firebase_admob
[admob_product]: https://firebase.google.com/docs/admob/
[admob_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_admob
[admob_badge_pub]: https://img.shields.io/pub/v/firebase_admob.svg

[analytics_pub]: https://pub.dartlang.org/packages/firebase_analytics
[analytics_pub]: https://pub.dev/packages/firebase_analytics
[analytics_product]: https://firebase.google.com/products/analytics/
[analytics_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics
[analytics_badge_pub]: https://img.shields.io/pub/v/firebase_analytics.svg
[analytics_badge_ci]: https://github.com/FirebaseExtended/flutterfire/workflows/firebase_analytics/badge.svg

[auth_pub]: https://pub.dartlang.org/packages/firebase_auth
[auth_pub]: https://pub.dev/packages/firebase_auth
[auth_product]: https://firebase.google.com/products/auth/
[auth_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth
[auth_badge_pub]: https://img.shields.io/pub/v/firebase_auth.svg
[auth_badge_ci]: https://github.com/FirebaseExtended/flutterfire/workflows/firebase_auth/badge.svg

[core_pub]: https://pub.dartlang.org/packages/firebase_core
[core_pub]: https://pub.dev/packages/firebase_core
[core_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_core
[core_docs]: https://firebase.flutter.dev/docs/core/usage
[core_badge_pub]: https://img.shields.io/pub/v/firebase_core.svg
[core_badge_ci]: https://github.com/FirebaseExtended/flutterfire/workflows/firebase_core/badge.svg

[crashlytics_pub]: https://pub.dartlang.org/packages/firebase_crashlytics
[crashlytics_pub]: https://pub.dev/packages/firebase_crashlytics
[crashlytics_product]: https://firebase.google.com/products/crashlytics/
[crashlytics_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_crashlytics
[crashlytics_badge_pub]: https://img.shields.io/pub/v/firebase_crashlytics.svg

[database_pub]: https://pub.dartlang.org/packages/firebase_database
[database_pub]: https://pub.dev/packages/firebase_database
[database_product]: https://firebase.google.com/products/database/
[database_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_database
[database_badge_pub]: https://img.shields.io/pub/v/firebase_database.svg
[database_badge_ci]: https://github.com/FirebaseExtended/flutterfire/workflows/firebase_database/badge.svg

[dynamic_links_pub]: https://pub.dartlang.org/packages/firebase_dynamic_links
[dynamic_links_pub]: https://pub.dev/packages/firebase_dynamic_links
[dynamic_links_product]: https://firebase.google.com/products/dynamic-links/
[dynamic_links_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_dynamic_links
[dynamic_links_badge_pub]: https://img.shields.io/pub/v/firebase_dynamic_links.svg

[firestore_pub]: https://pub.dartlang.org/packages/cloud_firestore
[firestore_pub]: https://pub.dev/packages/cloud_firestore
[firestore_docs]: https://firebase.flutter.dev/docs/firestore/usage
[firestore_product]: https://firebase.google.com/products/firestore/
[firestore_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_firestore
[firestore_badge_pub]: https://img.shields.io/pub/v/cloud_firestore.svg
[firestore_badge_ci]: https://github.com/FirebaseExtended/flutterfire/workflows/firebase_firestore/badge.svg

[functions_pub]: https://pub.dartlang.org/packages/cloud_functions
[functions_pub]: https://pub.dev/packages/cloud_functions
[functions_product]: https://firebase.google.com/products/functions/
[functions_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_functions
[functions_badge_pub]: https://img.shields.io/pub/v/cloud_functions.svg
[functions_badge_ci]: https://github.com/FirebaseExtended/flutterfire/workflows/firebase_functions/badge.svg

[in_app_messaging_pub]: https://pub.dartlang.org/packages/firebase_in_app_messaging
[in_app_messaging_pub]: https://pub.dev/packages/firebase_in_app_messaging
[in_app_messaging_product]: https://firebase.google.com/products/in-app-messaging/
[in_app_messaging_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_in_app_messaging
[in_app_messaging_badge_pub]: https://img.shields.io/pub/v/firebase_in_app_messaging.svg

[messaging_pub]: https://pub.dartlang.org/packages/firebase_messaging
[messaging_pub]: https://pub.dev/packages/firebase_messaging
[messaging_product]: https://firebase.google.com/products/cloud-messaging/
[messaging_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_messaging
[messaging_badge_pub]: https://img.shields.io/pub/v/firebase_messaging.svg

[ml_custom_pub]: https://pub.dartlang.org/packages/firebase_ml_custom
[ml_custom_pub]: https://pub.dev/packages/firebase_ml_custom
[ml_custom_product]: https://firebase.google.com/products/ml/
[ml_custom_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_ml_custom
[ml_custom_badge_pub]: https://img.shields.io/pub/v/firebase_ml_custom.svg

[ml_vision_pub]: https://pub.dartlang.org/packages/firebase_ml_vision
[ml_vision_pub]: https://pub.dev/packages/firebase_ml_vision
[ml_vision_product]: https://firebase.google.com/products/ml/
[ml_vision_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_ml_vision
[ml_vision_badge_pub]: https://img.shields.io/pub/v/firebase_ml_vision.svg

[performance_pub]: https://pub.dartlang.org/packages/firebase_performance
[performance_pub]: https://pub.dev/packages/firebase_performance
[performance_product]: https://firebase.google.com/products/performance/
[performance_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_performance
[performance_badge_pub]: https://img.shields.io/pub/v/firebase_performance.svg
[performance_badge_ci]: https://github.com/FirebaseExtended/flutterfire/workflows/firebase_performance/badge.svg

[remote_config_pub]: https://pub.dartlang.org/packages/firebase_remote_config
[remote_config_pub]: https://pub.dev/packages/firebase_remote_config
[remote_config_product]: https://firebase.google.com/products/remote-config/
[remote_config_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_remote_config
[remote_config_badge_pub]: https://img.shields.io/pub/v/firebase_remote_config.svg
[remote_config_badge_ci]: https://github.com/FirebaseExtended/flutterfire/workflows/firebase_remote_config/badge.svg

[storage_pub]: https://pub.dartlang.org/packages/firebase_storage
[storage_pub]: https://pub.dev/packages/firebase_storage
[storage_product]: https://firebase.google.com/products/storage/
[storage_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_storage
[storage_badge_pub]: https://img.shields.io/pub/v/firebase_storage.svg
Expand Down
2 changes: 1 addition & 1 deletion docs/auth/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ and have initialized FlutterFire.

### 1. Add dependency

Add the [`firebase_auth`](https://pub.dartlang.org/packages/firebase_auth) dependency to your projects `pubspec.yaml` file:
Add the [`firebase_auth`](https://pub.dev/packages/firebase_auth) dependency to your projects `pubspec.yaml` file:

```yaml {5} title="pubspec.yaml"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and have initialized FlutterFire.

### 1. Add dependency

Add the [`cloud_functions`](https://pub.dartlang.org/packages/cloud_functions) dependency to your projects `pubspec.yaml` file:
Add the [`cloud_functions`](https://pub.dev/packages/cloud_functions) dependency to your projects `pubspec.yaml` file:

```yaml {5} title="pubspec.yaml"
dependencies:
Expand Down
6 changes: 3 additions & 3 deletions docs/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,6 @@ get started:

| Firebase | Description | FlutterFire Plugin |
| :-----------------: | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------: |
| **Authentication** | Using Firebase Authentication you can authenticate users to your app using several methods such as passwords, phone numbers, and popular federated providers like Google, Facebook, and more. <br /><br /> [View documentation &raquo;](auth/overview.mdx) | [firebase_auth](https://pub.dartlang.org/packages/firebase_auth) |
| **Cloud Firestore** | Cloud Firestore is a flexible, scalable database for mobile, web, and server development from Firebase and Google Cloud Platform. Cloud Firestore also offers seamless integration with other Firebase and Google Cloud Platform products, including Cloud Functions. <br /><br /> [View documentation &raquo;](firestore/overview.mdx) | [cloud_firestore](https://pub.dartlang.org/packages/cloud_firestore) |
| **Core** | The `firebase_core` plugin is used to initialize FlutterFire and connect your application with multiple Firebase projects. <br /><br /> [View documentation &raquo;](core/usage.mdx) | [firebase_core](https://pub.dartlang.org/packages/firebase_core) |
| **Authentication** | Using Firebase Authentication you can authenticate users to your app using several methods such as passwords, phone numbers, and popular federated providers like Google, Facebook, and more. <br /><br /> [View documentation &raquo;](auth/overview.mdx) | [firebase_auth](https://pub.dev/packages/firebase_auth) |
| **Cloud Firestore** | Cloud Firestore is a flexible, scalable database for mobile, web, and server development from Firebase and Google Cloud Platform. Cloud Firestore also offers seamless integration with other Firebase and Google Cloud Platform products, including Cloud Functions. <br /><br /> [View documentation &raquo;](firestore/overview.mdx) | [cloud_firestore](https://pub.dev/packages/cloud_firestore) |
| **Core** | The `firebase_core` plugin is used to initialize FlutterFire and connect your application with multiple Firebase projects. <br /><br /> [View documentation &raquo;](core/usage.mdx) | [firebase_core](https://pub.dev/packages/firebase_core) |
2 changes: 1 addition & 1 deletion packages/cloud_firestore/cloud_firestore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A Flutter plugin to use the [Cloud Firestore API](https://firebase.google.com/do

To learn more about Firebase Cloud Firestore, please visit the [Firebase website](https://firebase.google.com/products/firestore)

[![pub package](https://img.shields.io/pub/v/cloud_firestore.svg)](https://pub.dartlang.org/packages/cloud_firestore)
[![pub package](https://img.shields.io/pub/v/cloud_firestore.svg)](https://pub.dev/packages/cloud_firestore)

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion packages/cloud_functions/cloud_functions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Flutter plugin to use the [Cloud Functions for Firebase API](https://firebase.google.com/docs/functions/callable)

[![pub package](https://img.shields.io/pub/v/cloud_functions.svg)](https://pub.dartlang.org/packages/cloud_functions)
[![pub package](https://img.shields.io/pub/v/cloud_functions.svg)](https://pub.dev/packages/cloud_functions)

For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md).

Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_analytics/firebase_analytics/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Google Analytics for Firebase

[![pub package](https://img.shields.io/pub/v/firebase_analytics.svg)](https://pub.dartlang.org/packages/firebase_analytics)
[![pub package](https://img.shields.io/pub/v/firebase_analytics.svg)](https://pub.dev/packages/firebase_analytics)

A Flutter plugin to use the [Google Analytics for Firebase API](https://firebase.google.com/docs/analytics/).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dev_dependencies:
test: any

# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter.
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_auth/firebase_auth/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Firebase Auth for Flutter
[![pub package](https://img.shields.io/pub/v/firebase_auth.svg)](https://pub.dartlang.org/packages/firebase_auth)
[![pub package](https://img.shields.io/pub/v/firebase_auth.svg)](https://pub.dev/packages/firebase_auth)

A Flutter plugin to use the [Firebase Authentication API](https://firebase.google.com/products/auth/).

Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_auth/firebase_auth/example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# firebase_auth_example

[![pub package](https://img.shields.io/pub/v/firebase_auth.svg)](https://pub.dartlang.org/packages/firebase_auth)
[![pub package](https://img.shields.io/pub/v/firebase_auth.svg)](https://pub.dev/packages/firebase_auth)

Demonstrates how to use the firebase_auth plugin.

Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_core/firebase_core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Firebase Core for Flutter

[![pub package](https://img.shields.io/pub/v/firebase_core.svg)](https://pub.dartlang.org/packages/firebase_core)
[![pub package](https://img.shields.io/pub/v/firebase_core.svg)](https://pub.dev/packages/firebase_core)

A Flutter plugin to use the Firebase Core API, which enables connecting to multiple Firebase apps.

Expand Down
4 changes: 2 additions & 2 deletions packages/firebase_crashlytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

A Flutter plugin to use the [Firebase Crashlytics Service](https://firebase.google.com/docs/crashlytics/).

[![pub package](https://img.shields.io/pub/v/firebase_crashlytics.svg)](https://pub.dartlang.org/packages/firebase_crashlytics)
[![pub package](https://img.shields.io/pub/v/firebase_crashlytics.svg)](https://pub.dev/packages/firebase_crashlytics)

For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md).

## Usage

### Import the firebase_crashlytics plugin

To use the `firebase_crashlytics` plugin, follow the [plugin installation instructions](https://pub.dartlang.org/packages/firebase_crashlytics#pub-pkg-tab-installing).
To use the `firebase_crashlytics` plugin, follow the [plugin installation instructions](https://pub.dev/packages/firebase_crashlytics#pub-pkg-tab-installing).

### Android integration

Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_database/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Firebase Realtime Database for Flutter

[![pub package](https://img.shields.io/pub/v/firebase_database.svg)](https://pub.dartlang.org/packages/firebase_database)
[![pub package](https://img.shields.io/pub/v/firebase_database.svg)](https://pub.dev/packages/firebase_database)

A Flutter plugin to use the [Firebase Realtime Database API](https://firebase.google.com/products/database/).

Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_dynamic_links/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Google Dynamic Links for Firebase

[![pub package](https://img.shields.io/pub/v/firebase_dynamic_links.svg)](https://pub.dartlang.org/packages/firebase_dynamic_links)
[![pub package](https://img.shields.io/pub/v/firebase_dynamic_links.svg)](https://pub.dev/packages/firebase_dynamic_links)

A Flutter plugin to use the [Google Dynamic Links for Firebase API](https://firebase.google.com/docs/dynamic-links/).

Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_in_app_messaging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ For Flutter plugins for other Firebase products, see [README.md](https://github.
## Usage

### Import the firebase_in_app_messaging plugin
To use the firebase_in_app_messaging plugin, follow the [plugin installation instructions](https://pub.dartlang.org/packages/firebase_in_app_messaging#pub-pkg-tab-installing).
To use the firebase_in_app_messaging plugin, follow the [plugin installation instructions](https://pub.dev/packages/firebase_in_app_messaging#pub-pkg-tab-installing).

### Android integration

Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_messaging/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Firebase Cloud Messaging for Flutter

[![pub package](https://img.shields.io/pub/v/firebase_messaging.svg)](https://pub.dartlang.org/packages/firebase_messaging)
[![pub package](https://img.shields.io/pub/v/firebase_messaging.svg)](https://pub.dev/packages/firebase_messaging)

A Flutter plugin to use the [Firebase Cloud Messaging (FCM) API](https://firebase.google.com/docs/cloud-messaging/).

Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_ml_custom/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Firebase Machine Learning Custom

[![pub package](https://img.shields.io/pub/v/firebase_ml_custom.svg)](https://pub.dartlang.org/packages/firebase_ml_custom)
[![pub package](https://img.shields.io/pub/v/firebase_ml_custom.svg)](https://pub.dev/packages/firebase_ml_custom)

A Flutter plugin to use the [Firebase ML Custom Models API](https://firebase.google.com/docs/ml/use-custom-models).

Expand Down
4 changes: 2 additions & 2 deletions packages/firebase_ml_custom/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Remember to add your app to the your Firebase project and replace `google-servic
- `io.flutter.plugins.firebasemlcustomexample` as Android package name and
- `io.flutter.plugins.firebaseMlCustomExample` as IOS bundle ID.

This example uses the *image_picker* plugin to get images from the device gallery. If using an iOS device you will have to configure your project with the correct permissions seen under iOS configuration [here](https://pub.dartlang.org/packages/image_picker).
This example uses the *image_picker* plugin to get images from the device gallery. If using an iOS device you will have to configure your project with the correct permissions seen under iOS configuration [here](https://pub.dev/packages/image_picker).

The example also uses the *tflite* plugin to perform inference. If using an Android device you may need to modify your `android/app/build.gradle` file as specified [here](https://pub.dartlang.org/packages/tflite).
The example also uses the *tflite* plugin to perform inference. If using an Android device you may need to modify your `android/app/build.gradle` file as specified [here](https://pub.dev/packages/tflite).

### Common issues with installation
1. If your build breaks due to flutter package related issues, run `flutter upgrade`.
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_ml_vision/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ You should now call `detector.close()` when a detector will no longer be used.
* **Breaking Change** Removed on-device model dependencies from plugin.
`Android` now requires adding the on-device label detector dependency manually.
`iOS` now requires adding the on-device barcode/face/label/text detector dependencies manually.
See the `README.md` for more details. https://pub.dartlang.org/packages/firebase_ml_vision#-readme-tab-
See the `README.md` for more details. https://pub.dev/packages/firebase_ml_vision#-readme-tab-

## 0.5.1+2

Expand Down
Loading

0 comments on commit 7b102d9

Please sign in to comment.