diff --git a/packages/animations/pubspec.yaml b/packages/animations/pubspec.yaml index 4f5b80ac8ce3..ab7ef6d7db47 100644 --- a/packages/animations/pubspec.yaml +++ b/packages/animations/pubspec.yaml @@ -1,6 +1,6 @@ name: animations 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 version: 2.0.2 diff --git a/packages/cross_file/pubspec.yaml b/packages/cross_file/pubspec.yaml index beb5c45d7cf7..13aebdb43480 100644 --- a/packages/cross_file/pubspec.yaml +++ b/packages/cross_file/pubspec.yaml @@ -1,6 +1,6 @@ name: cross_file 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 version: 0.3.2 diff --git a/packages/css_colors/pubspec.yaml b/packages/css_colors/pubspec.yaml index bb0ff10625dc..ea7ba16540cd 100644 --- a/packages/css_colors/pubspec.yaml +++ b/packages/css_colors/pubspec.yaml @@ -1,6 +1,6 @@ name: css_colors 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 version: 1.1.1 diff --git a/packages/extension_google_sign_in_as_googleapis_auth/README.md b/packages/extension_google_sign_in_as_googleapis_auth/README.md index 821b708c8563..f8ea88c3af51 100644 --- a/packages/extension_google_sign_in_as_googleapis_auth/README.md +++ b/packages/extension_google_sign_in_as_googleapis_auth/README.md @@ -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). -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 diff --git a/packages/extension_google_sign_in_as_googleapis_auth/pubspec.yaml b/packages/extension_google_sign_in_as_googleapis_auth/pubspec.yaml index 82de8a553ffb..d92058c28b07 100644 --- a/packages/extension_google_sign_in_as_googleapis_auth/pubspec.yaml +++ b/packages/extension_google_sign_in_as_googleapis_auth/pubspec.yaml @@ -6,7 +6,7 @@ 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. -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 version: 2.0.4 diff --git a/packages/flutter_image/pubspec.yaml b/packages/flutter_image/pubspec.yaml index 6b3305179762..59d209482e94 100644 --- a/packages/flutter_image/pubspec.yaml +++ b/packages/flutter_image/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_image description: > 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 version: 4.1.0 diff --git a/packages/flutter_lints/pubspec.yaml b/packages/flutter_lints/pubspec.yaml index 5a1a9445c294..35fb2385e326 100644 --- a/packages/flutter_lints/pubspec.yaml +++ b/packages/flutter_lints/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_lints 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 version: 1.0.4 diff --git a/packages/flutter_markdown/pubspec.yaml b/packages/flutter_markdown/pubspec.yaml index 49d89ab654af..6774385e7f00 100644 --- a/packages/flutter_markdown/pubspec.yaml +++ b/packages/flutter_markdown/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_markdown description: A Markdown renderer for Flutter. Create rich text output, including text styles, tables, links, and more, from plain text data 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 version: 0.6.9 diff --git a/packages/flutter_template_images/pubspec.yaml b/packages/flutter_template_images/pubspec.yaml index 9e732694bf69..aa325248113e 100644 --- a/packages/flutter_template_images/pubspec.yaml +++ b/packages/flutter_template_images/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_template_images 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 version: 4.0.0 diff --git a/packages/fuchsia_ctl/pubspec.yaml b/packages/fuchsia_ctl/pubspec.yaml index 6991ed4bd95a..16e1a34d4406 100644 --- a/packages/fuchsia_ctl/pubspec.yaml +++ b/packages/fuchsia_ctl/pubspec.yaml @@ -4,7 +4,7 @@ description: > Fuchsia Device. This package is primarily intended for use in Flutter's continuous integration/testing infrastructure. 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 version: 0.0.25 diff --git a/packages/imitation_game/pubspec.yaml b/packages/imitation_game/pubspec.yaml index 9194e60472a7..725fc1516b42 100644 --- a/packages/imitation_game/pubspec.yaml +++ b/packages/imitation_game/pubspec.yaml @@ -1,6 +1,6 @@ name: imitation_game 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 version: 0.0.1 diff --git a/packages/metrics_center/pubspec.yaml b/packages/metrics_center/pubspec.yaml index 8e744154f5f7..6f1ce811c676 100644 --- a/packages/metrics_center/pubspec.yaml +++ b/packages/metrics_center/pubspec.yaml @@ -2,7 +2,7 @@ name: metrics_center version: 1.0.3 description: 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 environment: diff --git a/packages/multicast_dns/pubspec.yaml b/packages/multicast_dns/pubspec.yaml index 3cb0477c6513..00a6a61ad3bd 100644 --- a/packages/multicast_dns/pubspec.yaml +++ b/packages/multicast_dns/pubspec.yaml @@ -1,6 +1,6 @@ name: multicast_dns 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 version: 0.3.2 diff --git a/packages/palette_generator/pubspec.yaml b/packages/palette_generator/pubspec.yaml index 30054c18aedd..ba054e287313 100644 --- a/packages/palette_generator/pubspec.yaml +++ b/packages/palette_generator/pubspec.yaml @@ -1,6 +1,6 @@ name: palette_generator 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 version: 0.3.2 diff --git a/packages/pigeon/example/README.md b/packages/pigeon/example/README.md index 78d6c4fe29b4..854a75044b5e 100644 --- a/packages/pigeon/example/README.md +++ b/packages/pigeon/example/README.md @@ -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 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). diff --git a/packages/pigeon/pubspec.yaml b/packages/pigeon/pubspec.yaml index 917adc4c413d..04578e3ebb31 100644 --- a/packages/pigeon/pubspec.yaml +++ b/packages/pigeon/pubspec.yaml @@ -1,6 +1,6 @@ name: pigeon 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 version: 1.0.15 # This must match the version in lib/generator_tools.dart diff --git a/packages/pointer_interceptor/pubspec.yaml b/packages/pointer_interceptor/pubspec.yaml index 8b1832e0faef..dcbd35b9249c 100644 --- a/packages/pointer_interceptor/pubspec.yaml +++ b/packages/pointer_interceptor/pubspec.yaml @@ -1,6 +1,6 @@ name: pointer_interceptor 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 version: 0.9.0+1 diff --git a/packages/rfw/pubspec.yaml b/packages/rfw/pubspec.yaml index dbe4d5461dcd..ff93edfa936f 100644 --- a/packages/rfw/pubspec.yaml +++ b/packages/rfw/pubspec.yaml @@ -1,6 +1,6 @@ name: rfw 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 version: 1.0.2 diff --git a/packages/web_benchmarks/pubspec.yaml b/packages/web_benchmarks/pubspec.yaml index 771aee054ea5..a62c8029607e 100644 --- a/packages/web_benchmarks/pubspec.yaml +++ b/packages/web_benchmarks/pubspec.yaml @@ -1,6 +1,6 @@ name: web_benchmarks 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 version: 0.0.5 diff --git a/packages/xdg_directories/pubspec.yaml b/packages/xdg_directories/pubspec.yaml index dd9f83b72b13..12eed8344373 100644 --- a/packages/xdg_directories/pubspec.yaml +++ b/packages/xdg_directories/pubspec.yaml @@ -1,6 +1,6 @@ name: xdg_directories 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 version: 0.2.0 diff --git a/third_party/packages/cupertino_icons/pubspec.yaml b/third_party/packages/cupertino_icons/pubspec.yaml index bad5a8d4dfff..9df826c9b028 100644 --- a/third_party/packages/cupertino_icons/pubspec.yaml +++ b/third_party/packages/cupertino_icons/pubspec.yaml @@ -1,7 +1,7 @@ name: cupertino_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 version: 1.0.4