Update README.md (#1764)
Update link references from `flutter.io` and `pub.dartlang.org` to `flutter.dev` and `pub.dev`
diff --git a/README.md b/README.md
index 4d401a7..2e0d345 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,10 @@
Flutter plugins enable access to platform-specific APIs. For more information
about plugins, and how to use them, see
-[https://flutter.io/platform-plugins/](https://flutter.io/platform-plugins/).
+[https://flutter.dev/platform-plugins/](https://flutter.dev/platform-plugins/).
These plugins are also available on
-[pub](https://pub.dartlang.org/flutter/plugins).
+[pub](https://pub.dev/flutter/packages).
## Issues
@@ -22,12 +22,12 @@
## Contributing
If you wish to contribute a new plugin to the Flutter ecosystem, please
-see the documentation for [developing packages](https://flutter.io/developing-packages/) and
-[platform channels](https://flutter.io/platform-channels/). You can store
+see the documentation for [developing packages](https://flutter.dev/developing-packages/) and
+[platform channels](https://flutter.dev/platform-channels/). You can store
your plugin source code in any GitHub repository (the present repo is only
intended for plugins developed by the core Flutter team). Once your plugin
-is ready you can [publish](https://flutter.io/developing-packages/#publish)
-to the [pub repository](https://pub.dartlang.org/).
+is ready you can [publish](https://flutter.dev/developing-packages/#publish)
+to the [pub repository](https://pub.dev/).
If you wish to contribute a change to any of the existing plugins in this repo,
please review our [contribution guide](https://github.com/flutter/plugins/blob/master/CONTRIBUTING.md),
@@ -38,40 +38,40 @@
| Plugin | Pub |
|--------|-----|
-| [android_alarm_manager](./packages/android_alarm_manager/) | [](https://pub.dartlang.org/packages/android_alarm_manager) |
-| [android_intent](./packages/android_intent/) | [](https://pub.dartlang.org/packages/android_intent) |
-| [battery](./packages/battery/) | [](https://pub.dartlang.org/packages/battery) |
-| [camera](./packages/camera/) | [](https://pub.dartlang.org/packages/camera) |
-| [connectivity](./packages/connectivity/) | [](https://pub.dartlang.org/packages/connectivity) |
-| [device_info](./packages/device_info/) | [](https://pub.dartlang.org/packages/device_info) |
-| [google_maps_flutter](./packages/google_maps_flutter) | [](https://pub.dartlang.org/packages/google_maps_flutter) |
-| [google_sign_in](./packages/google_sign_in/) | [](https://pub.dartlang.org/packages/google_sign_in) |
-| [image_picker](./packages/image_picker/) | [](https://pub.dartlang.org/packages/image_picker) |
-| [local_auth](./packages/local_auth/) | [](https://pub.dartlang.org/packages/local_auth) |
-| [package_info](./packages/package_info/) | [](https://pub.dartlang.org/packages/package_info) |
-| [path_provider](./packages/path_provider/) | [](https://pub.dartlang.org/packages/path_provider) |
-| [quick_actions](./packages/quick_actions/) | [](https://pub.dartlang.org/packages/quick_actions) |
-| [sensors](./packages/sensors/) | [](https://pub.dartlang.org/packages/sensors) |
-| [share](./packages/share/) | [](https://pub.dartlang.org/packages/share) |
-| [shared_preferences](./packages/shared_preferences/) | [](https://pub.dartlang.org/packages/shared_preferences) |
-| [url_launcher](./packages/url_launcher/) | [](https://pub.dartlang.org/packages/url_launcher) |
-| [video_player](./packages/video_player/) | [](https://pub.dartlang.org/packages/video_player) |
-| [webview_flutter](./packages/webview_flutter/) | [](https://pub.dartlang.org/packages/webview_flutter) |
+| [android_alarm_manager](./packages/android_alarm_manager/) | [](https://pub.dev/packages/android_alarm_manager) |
+| [android_intent](./packages/android_intent/) | [](https://pub.dev/packages/android_intent) |
+| [battery](./packages/battery/) | [](https://pub.dev/packages/battery) |
+| [camera](./packages/camera/) | [](https://pub.dev/packages/camera) |
+| [connectivity](./packages/connectivity/) | [](https://pub.dev/packages/connectivity) |
+| [device_info](./packages/device_info/) | [](https://pub.dev/packages/device_info) |
+| [google_maps_flutter](./packages/google_maps_flutter) | [](https://pub.dev/packages/google_maps_flutter) |
+| [google_sign_in](./packages/google_sign_in/) | [](https://pub.dev/packages/google_sign_in) |
+| [image_picker](./packages/image_picker/) | [](https://pub.dev/packages/image_picker) |
+| [local_auth](./packages/local_auth/) | [](https://pub.dev/packages/local_auth) |
+| [package_info](./packages/package_info/) | [](https://pub.dev/packages/package_info) |
+| [path_provider](./packages/path_provider/) | [](https://pub.dev/packages/path_provider) |
+| [quick_actions](./packages/quick_actions/) | [](https://pub.dev/packages/quick_actions) |
+| [sensors](./packages/sensors/) | [](https://pub.dev/packages/sensors) |
+| [share](./packages/share/) | [](https://pub.dev/packages/share) |
+| [shared_preferences](./packages/shared_preferences/) | [](https://pub.dev/packages/shared_preferences) |
+| [url_launcher](./packages/url_launcher/) | [](https://pub.dev/packages/url_launcher) |
+| [video_player](./packages/video_player/) | [](https://pub.dev/packages/video_player) |
+| [webview_flutter](./packages/webview_flutter/) | [](https://pub.dev/packages/webview_flutter) |
| | |
| **FlutterFire Plugins** | |
-| [cloud_firestore](./packages/cloud_firestore/) | [](https://pub.dartlang.org/packages/cloud_firestore)
-| [cloud_functions](./packages/cloud_functions/) | [](https://pub.dartlang.org/packages/cloud_functions) |
-| [firebase_admob](./packages/firebase_admob/) | [](https://pub.dartlang.org/packages/firebase_admob) |
-| [firebase_analytics](./packages/firebase_analytics/) | [](https://pub.dartlang.org/packages/firebase_analytics) |
-| [firebase_auth](./packages/firebase_auth/) | [](https://pub.dartlang.org/packages/firebase_auth) |
-| [firebase_core](./packages/firebase_core/) | [](https://pub.dartlang.org/packages/firebase_core) |
-| [firebase_crashlytics](./packages/firebase_crashlytics/) | [](https://pub.dartlang.org/packages/firebase_crashlytics) |
-| [firebase_database](./packages/firebase_database/) | [](https://pub.dartlang.org/packages/firebase_database) |
-| [firebase_dynamic_links](./packages/firebase_dynamic_links/) | [](https://pub.dartlang.org/packages/firebase_dynamic_links) |
-| [firebase_messaging](./packages/firebase_messaging/) | [](https://pub.dartlang.org/packages/firebase_messaging) |
-| [firebase_ml_vision](./packages/firebase_ml_vision/) | [](https://pub.dartlang.org/packages/firebase_ml_vision) |
-| [firebase_performance](./packages/firebase_performance/) | [](https://pub.dartlang.org/packages/firebase_performance) |
-| [firebase_remote_config](./packages/firebase_remote_config/) | [](https://pub.dartlang.org/packages/firebase_remote_config) |
-| [firebase_storage](./packages/firebase_storage/) | [](https://pub.dartlang.org/packages/firebase_storage) |
+| [cloud_firestore](./packages/cloud_firestore/) | [](https://pub.dev/packages/cloud_firestore)
+| [cloud_functions](./packages/cloud_functions/) | [](https://pub.dev/packages/cloud_functions) |
+| [firebase_admob](./packages/firebase_admob/) | [](https://pub.dev/packages/firebase_admob) |
+| [firebase_analytics](./packages/firebase_analytics/) | [](https://pub.dev/packages/firebase_analytics) |
+| [firebase_auth](./packages/firebase_auth/) | [](https://pub.dev/packages/firebase_auth) |
+| [firebase_core](./packages/firebase_core/) | [](https://pub.dev/packages/firebase_core) |
+| [firebase_crashlytics](./packages/firebase_crashlytics/) | [](https://pub.dev/packages/firebase_crashlytics) |
+| [firebase_database](./packages/firebase_database/) | [](https://pub.dev/packages/firebase_database) |
+| [firebase_dynamic_links](./packages/firebase_dynamic_links/) | [](https://pub.dev/packages/firebase_dynamic_links) |
+| [firebase_messaging](./packages/firebase_messaging/) | [](https://pub.dev/packages/firebase_messaging) |
+| [firebase_ml_vision](./packages/firebase_ml_vision/) | [](https://pub.dev/packages/firebase_ml_vision) |
+| [firebase_performance](./packages/firebase_performance/) | [](https://pub.dev/packages/firebase_performance) |
+| [firebase_remote_config](./packages/firebase_remote_config/) | [](https://pub.dev/packages/firebase_remote_config) |
+| [firebase_storage](./packages/firebase_storage/) | [](https://pub.dev/packages/firebase_storage) |
Learn more about [FlutterFire](https://github.com/flutter/plugins/blob/master/FlutterFire.md).