[all] Update repo links to 'main' (#552)

Replaces 'tree/master/...' with 'tree/main/...' in pubspec `repository`
and podspec `source` links, now that `main` is the default branch.

No version change: `master` is being mirrored for the foreseeable
future, so there's no urgency on this; updates can go out as plugins
are updated naturally.

No CHANGELOG change: This is a mechanical mass change.
This commit is contained in:
stuartmorgan
2022-01-24 22:26:00 -05:00
committed by GitHub
parent 355142166c
commit 4ba74b6fa0
21 changed files with 21 additions and 21 deletions

View File

@ -1,6 +1,6 @@
name: animations name: animations
description: Fancy pre-built animations that can easily be integrated into any Flutter application. description: Fancy pre-built animations that can easily be integrated into any Flutter application.
repository: https://github.com/flutter/packages/tree/master/packages/animations repository: https://github.com/flutter/packages/tree/main/packages/animations
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+animations%22 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+animations%22
version: 2.0.2 version: 2.0.2

View File

@ -1,6 +1,6 @@
name: cross_file name: cross_file
description: An abstraction to allow working with files across multiple platforms. description: An abstraction to allow working with files across multiple platforms.
repository: https://github.com/flutter/packages/tree/master/packages/cross_file repository: https://github.com/flutter/packages/tree/main/packages/cross_file
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+cross_file%22 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+cross_file%22
version: 0.3.2 version: 0.3.2

View File

@ -1,6 +1,6 @@
name: css_colors name: css_colors
description: Defines constant dart:ui Color objects for CSS colors (for use in Flutter code). description: Defines constant dart:ui Color objects for CSS colors (for use in Flutter code).
repository: https://github.com/flutter/packages/tree/master/packages/css_colors repository: https://github.com/flutter/packages/tree/main/packages/css_colors
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+css_colors%22 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+css_colors%22
version: 1.1.1 version: 1.1.1

View File

@ -30,7 +30,7 @@ This package contains a modified version of Flutter's Google Sign In example app
See it [here](https://github.com/flutter/packages/blob/master/packages/extension_google_sign_in_as_googleapis_auth/example/lib/main.dart). See it [here](https://github.com/flutter/packages/blob/master/packages/extension_google_sign_in_as_googleapis_auth/example/lib/main.dart).
The original code (and its license) can be seen [here](https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in/example/lib/main.dart). The original code (and its license) can be seen [here](https://github.com/flutter/plugins/tree/main/packages/google_sign_in/google_sign_in/example/lib/main.dart).
## Testing ## Testing

View File

@ -6,7 +6,7 @@
name: extension_google_sign_in_as_googleapis_auth name: extension_google_sign_in_as_googleapis_auth
description: A bridge package between google_sign_in and googleapis_auth, to create Authenticated Clients from google_sign_in user credentials. description: A bridge package between google_sign_in and googleapis_auth, to create Authenticated Clients from google_sign_in user credentials.
repository: https://github.com/flutter/packages/tree/master/packages/extension_google_sign_in_as_googleapis_auth repository: https://github.com/flutter/packages/tree/main/packages/extension_google_sign_in_as_googleapis_auth
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+extension_google_sign_in_as_googleapis_auth%22 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+extension_google_sign_in_as_googleapis_auth%22
version: 2.0.4 version: 2.0.4

View File

@ -1,7 +1,7 @@
name: flutter_image name: flutter_image
description: > description: >
Image utilities for Flutter: improved network providers, effects, etc. Image utilities for Flutter: improved network providers, effects, etc.
repository: https://github.com/flutter/packages/tree/master/packages/flutter_image repository: https://github.com/flutter/packages/tree/main/packages/flutter_image
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_image%22 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_image%22
version: 4.1.0 version: 4.1.0

View File

@ -1,6 +1,6 @@
name: flutter_lints name: flutter_lints
description: Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices. description: Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.
repository: https://github.com/flutter/packages/tree/master/packages/flutter_lints repository: https://github.com/flutter/packages/tree/main/packages/flutter_lints
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_lints%22 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_lints%22
version: 1.0.4 version: 1.0.4

View File

@ -2,7 +2,7 @@ name: flutter_markdown
description: A Markdown renderer for Flutter. Create rich text output, description: A Markdown renderer for Flutter. Create rich text output,
including text styles, tables, links, and more, from plain text data including text styles, tables, links, and more, from plain text data
formatted with simple Markdown tags. formatted with simple Markdown tags.
repository: https://github.com/flutter/packages/tree/master/packages/flutter_markdown repository: https://github.com/flutter/packages/tree/main/packages/flutter_markdown
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_markdown%22 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_markdown%22
version: 0.6.9 version: 0.6.9

View File

@ -1,6 +1,6 @@
name: flutter_template_images name: flutter_template_images
description: Image files for use in flutter_tools templates without adding binary files to flutter/flutter. description: Image files for use in flutter_tools templates without adding binary files to flutter/flutter.
repository: https://github.com/flutter/packages/tree/master/packages/flutter_template_images repository: https://github.com/flutter/packages/tree/main/packages/flutter_template_images
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_template_images%22 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_template_images%22
version: 4.0.0 version: 4.0.0

View File

@ -4,7 +4,7 @@ description: >
Fuchsia Device. This package is primarily intended for use in Flutter's Fuchsia Device. This package is primarily intended for use in Flutter's
continuous integration/testing infrastructure. continuous integration/testing infrastructure.
publish_to: none publish_to: none
repository: https://github.com/flutter/packages/tree/master/packages/fuchsia_ctl repository: https://github.com/flutter/packages/tree/main/packages/fuchsia_ctl
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+fuchsia_ctl%22 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+fuchsia_ctl%22
version: 0.0.25 version: 0.0.25

View File

@ -1,6 +1,6 @@
name: imitation_game name: imitation_game
description: Testing framework for comparing multiple frameworks' performance. description: Testing framework for comparing multiple frameworks' performance.
repository: https://github.com/flutter/packages/tree/master/packages/imitation_game repository: https://github.com/flutter/packages/tree/main/packages/imitation_game
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+imitation_game%22 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+imitation_game%22
version: 0.0.1 version: 0.0.1

View File

@ -2,7 +2,7 @@ name: metrics_center
version: 1.0.3 version: 1.0.3
description: description:
Support multiple performance metrics sources/formats and destinations. Support multiple performance metrics sources/formats and destinations.
repository: https://github.com/flutter/packages/tree/master/packages/metrics_center repository: https://github.com/flutter/packages/tree/main/packages/metrics_center
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+metrics_center%22 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+metrics_center%22
environment: environment:

View File

@ -1,6 +1,6 @@
name: multicast_dns name: multicast_dns
description: Dart package for performing mDNS queries (e.g. Bonjour, Avahi). description: Dart package for performing mDNS queries (e.g. Bonjour, Avahi).
repository: https://github.com/flutter/packages/tree/master/packages/multicast_dns repository: https://github.com/flutter/packages/tree/main/packages/multicast_dns
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+multicast_dns%22 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+multicast_dns%22
version: 0.3.2 version: 0.3.2

View File

@ -1,6 +1,6 @@
name: palette_generator name: palette_generator
description: Flutter package for generating palette colors from a source image. description: Flutter package for generating palette colors from a source image.
repository: https://github.com/flutter/packages/tree/master/packages/palette_generator repository: https://github.com/flutter/packages/tree/main/packages/palette_generator
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+palette_generator%22 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+palette_generator%22
version: 0.3.2 version: 0.3.2

View File

@ -131,4 +131,4 @@ A full example of using Pigeon for add-to-app with Swift on iOS can be found at
## Video player plugin ## Video player plugin
A full real-world example can also be found in the A full real-world example can also be found in the
[video_player plugin](https://github.com/flutter/plugins/tree/master/packages/video_player). [video_player plugin](https://github.com/flutter/plugins/tree/main/packages/video_player).

View File

@ -1,6 +1,6 @@
name: pigeon name: pigeon
description: Code generator tool to make communication between Flutter and the host platform type-safe and easier. description: Code generator tool to make communication between Flutter and the host platform type-safe and easier.
repository: https://github.com/flutter/packages/tree/master/packages/pigeon repository: https://github.com/flutter/packages/tree/main/packages/pigeon
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3Apigeon issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3Apigeon
version: 1.0.15 # This must match the version in lib/generator_tools.dart version: 1.0.15 # This must match the version in lib/generator_tools.dart

View File

@ -1,6 +1,6 @@
name: pointer_interceptor name: pointer_interceptor
description: A widget to prevent clicks from being swallowed by underlying HtmlElementViews on the web. description: A widget to prevent clicks from being swallowed by underlying HtmlElementViews on the web.
repository: https://github.com/flutter/packages/tree/master/packages/pointer_interceptor repository: https://github.com/flutter/packages/tree/main/packages/pointer_interceptor
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+pointer_interceptor%22 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+pointer_interceptor%22
version: 0.9.0+1 version: 0.9.0+1

View File

@ -1,6 +1,6 @@
name: rfw name: rfw
description: "Remote Flutter widgets: a library for rendering declarative widget description files at runtime." description: "Remote Flutter widgets: a library for rendering declarative widget description files at runtime."
repository: https://github.com/flutter/packages/tree/master/packages/rfw repository: https://github.com/flutter/packages/tree/main/packages/rfw
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+rfw%22 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+rfw%22
version: 1.0.2 version: 1.0.2

View File

@ -1,6 +1,6 @@
name: web_benchmarks name: web_benchmarks
description: A benchmark harness for performance-testing Flutter apps in Chrome. description: A benchmark harness for performance-testing Flutter apps in Chrome.
repository: https://github.com/flutter/packages/tree/master/packages/web_benchmarks repository: https://github.com/flutter/packages/tree/main/packages/web_benchmarks
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+web_benchmarks%22 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+web_benchmarks%22
version: 0.0.5 version: 0.0.5

View File

@ -1,6 +1,6 @@
name: xdg_directories name: xdg_directories
description: A Dart package for reading XDG directory configuration information on Linux. description: A Dart package for reading XDG directory configuration information on Linux.
repository: https://github.com/flutter/packages/tree/master/packages/xdg_directories repository: https://github.com/flutter/packages/tree/main/packages/xdg_directories
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+xdg_directories%22 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+xdg_directories%22
version: 0.2.0 version: 0.2.0

View File

@ -1,7 +1,7 @@
name: cupertino_icons name: cupertino_icons
description: Default icons asset for Cupertino widgets based on Apple styled icons description: Default icons asset for Cupertino widgets based on Apple styled icons
repository: https://github.com/flutter/packages/tree/master/third_party/packages/cupertino_icons repository: https://github.com/flutter/packages/tree/main/third_party/packages/cupertino_icons
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+cupertino_icons%22 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+cupertino_icons%22
version: 1.0.4 version: 1.0.4