Skip to content

Commit f48198e

Browse files
authored
[all] Update repo links to 'main' (flutter#4690)
1 parent c0b4032 commit f48198e

File tree

75 files changed

+75
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+75
-75
lines changed

packages/camera/camera/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class _CameraAppState extends State<CameraApp> {
130130
131131
```
132132

133-
For a more elaborate usage example see [here](https://github.com/flutter/plugins/tree/master/packages/camera/camera/example).
133+
For a more elaborate usage example see [here](https://github.com/flutter/plugins/tree/main/packages/camera/camera/example).
134134

135135
*Note*: This plugin is still under development, and some APIs might not be available yet.
136136
[Feedback welcome](https://github.com/flutter/flutter/issues) and

packages/camera/camera/ios/camera.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A Flutter plugin to use the camera from your Flutter app.
1111
s.homepage = 'https://github.com/flutter/plugins'
1212
s.license = { :type => 'BSD', :file => '../LICENSE' }
1313
s.author = { 'Flutter Dev Team' => '[email protected]' }
14-
s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/camera' }
14+
s.source = { :http => 'https://github.com/flutter/plugins/tree/main/packages/camera' }
1515
s.documentation_url = 'https://pub.dev/packages/camera'
1616
s.source_files = 'Classes/**/*.{h,m}'
1717
s.public_header_files = 'Classes/**/*.h'

packages/camera/camera/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: camera
22
description: A Flutter plugin for controlling the camera. Supports previewing
33
the camera feed, capturing images and video, and streaming image buffers to
44
Dart.
5-
repository: https://github.com/flutter/plugins/tree/master/packages/camera/camera
5+
repository: https://github.com/flutter/plugins/tree/main/packages/camera/camera
66
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
77
version: 0.9.4+6
88

packages/camera/camera_platform_interface/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: camera_platform_interface
22
description: A common platform interface for the camera plugin.
3-
repository: https://github.com/flutter/plugins/tree/master/packages/camera/camera_platform_interface
3+
repository: https://github.com/flutter/plugins/tree/main/packages/camera/camera_platform_interface
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
55
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
66
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes

packages/camera/camera_web/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: camera_web
22
description: A Flutter plugin for getting information about and controlling the camera on Web.
3-
repository: https://github.com/flutter/plugins/tree/master/packages/camera/camera_web
3+
repository: https://github.com/flutter/plugins/tree/main/packages/camera/camera_web
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
55
version: 0.2.1+1
66

packages/espresso/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: espresso
22
description: Java classes for testing Flutter apps using Espresso.
33
Allows driving Flutter widgets from a native Espresso test.
4-
repository: https://github.com/flutter/plugins/tree/master/packages/espresso
4+
repository: https://github.com/flutter/plugins/tree/main/packages/espresso
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+espresso%22
66
version: 0.1.0+4
77

packages/file_selector/file_selector/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: file_selector
22
description: Flutter plugin for opening and saving files, or selecting
33
directories, using native file selection UI.
4-
repository: https://github.com/flutter/plugins/tree/master/packages/file_selector/file_selector
4+
repository: https://github.com/flutter/plugins/tree/main/packages/file_selector/file_selector
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+file_selector%22
66
version: 0.8.2+1
77

packages/file_selector/file_selector_platform_interface/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: file_selector_platform_interface
22
description: A common platform interface for the file_selector plugin.
3-
repository: https://github.com/flutter/plugins/tree/master/packages/file_selector/file_selector_platform_interface
3+
repository: https://github.com/flutter/plugins/tree/main/packages/file_selector/file_selector_platform_interface
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+file_selector%22
55
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
66
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes

packages/file_selector/file_selector_web/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: file_selector_web
22
description: Web platform implementation of file_selector
3-
repository: https://github.com/flutter/plugins/tree/master/packages/file_selector/file_selector_web
3+
repository: https://github.com/flutter/plugins/tree/main/packages/file_selector/file_selector_web
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+file_selector%22
55
version: 0.8.1+3
66

packages/flutter_plugin_android_lifecycle/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_plugin_android_lifecycle
22
description: Flutter plugin for accessing an Android Lifecycle within other plugins.
3-
repository: https://github.com/flutter/plugins/tree/master/packages/flutter_plugin_android_lifecycle
3+
repository: https://github.com/flutter/plugins/tree/main/packages/flutter_plugin_android_lifecycle
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_plugin_android_lifecycle%22
55
version: 2.0.5
66

packages/google_maps_flutter/google_maps_flutter/ios/google_maps_flutter.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Downloaded by pub (not CocoaPods).
1212
s.homepage = 'https://github.com/flutter/plugins'
1313
s.license = { :type => 'BSD', :file => '../LICENSE' }
1414
s.author = { 'Flutter Dev Team' => '[email protected]' }
15-
s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter' }
15+
s.source = { :http => 'https://github.com/flutter/plugins/tree/main/packages/google_maps_flutter/google_maps_flutter' }
1616
s.documentation_url = 'https://pub.dev/packages/google_maps_flutter'
1717
s.source_files = 'Classes/**/*'
1818
s.public_header_files = 'Classes/**/*.h'

packages/google_maps_flutter/google_maps_flutter/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: google_maps_flutter
22
description: A Flutter plugin for integrating Google Maps in iOS and Android applications.
3-
repository: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter
3+
repository: https://github.com/flutter/plugins/tree/main/packages/google_maps_flutter/google_maps_flutter
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
55
version: 2.1.1
66

packages/google_maps_flutter/google_maps_flutter_platform_interface/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: google_maps_flutter_platform_interface
22
description: A common platform interface for the google_maps_flutter plugin.
3-
repository: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter_platform_interface
3+
repository: https://github.com/flutter/plugins/tree/main/packages/google_maps_flutter/google_maps_flutter_platform_interface
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
55
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
66
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes

packages/google_maps_flutter/google_maps_flutter_web/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: google_maps_flutter_web
22
description: Web platform implementation of google_maps_flutter
3-
repository: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter_web
3+
repository: https://github.com/flutter/plugins/tree/main/packages/google_maps_flutter/google_maps_flutter_web
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
55
version: 0.3.2+1
66

packages/google_sign_in/google_sign_in/ios/google_sign_in.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.description = <<-DESC
99
Enables Google Sign-In in Flutter apps.
1010
DESC
11-
s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/google_sign_in'
11+
s.homepage = 'https://github.com/flutter/plugins/tree/main/packages/google_sign_in'
1212
s.license = { :type => 'BSD', :file => '../LICENSE' }
1313
s.author = { 'Flutter Team' => '[email protected]' }
1414
s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/google_sign_in' }

packages/google_sign_in/google_sign_in/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: google_sign_in
22
description: Flutter plugin for Google Sign-In, a secure authentication system
33
for signing in with a Google account on Android and iOS.
4-
repository: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in
4+
repository: https://github.com/flutter/plugins/tree/main/packages/google_sign_in/google_sign_in
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
66
version: 5.2.3
77

packages/google_sign_in/google_sign_in_platform_interface/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: google_sign_in_platform_interface
22
description: A common platform interface for the google_sign_in plugin.
3-
repository: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in_platform_interface
3+
repository: https://github.com/flutter/plugins/tree/main/packages/google_sign_in/google_sign_in_platform_interface
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
55
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
66
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes

packages/google_sign_in/google_sign_in_web/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: google_sign_in_web
22
description: Flutter plugin for Google Sign-In, a secure authentication system
33
for signing in with a Google account on Android, iOS and Web.
4-
repository: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in_web
4+
repository: https://github.com/flutter/plugins/tree/main/packages/google_sign_in/google_sign_in_web
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
66
version: 0.10.0+4
77

packages/image_picker/image_picker/ios/image_picker.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Downloaded by pub (not CocoaPods).
1212
s.homepage = 'https://github.com/flutter/plugins'
1313
s.license = { :type => 'BSD', :file => '../LICENSE' }
1414
s.author = { 'Flutter Dev Team' => '[email protected]' }
15-
s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/image_picker' }
15+
s.source = { :http => 'https://github.com/flutter/plugins/tree/main/packages/image_picker' }
1616
s.documentation_url = 'https://pub.dev/packages/image_picker'
1717
s.source_files = 'Classes/**/*'
1818
s.public_header_files = 'Classes/**/*.h'

packages/image_picker/image_picker/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: image_picker
22
description: Flutter plugin for selecting images from the Android and iOS image
33
library, and taking new pictures with the camera.
4-
repository: https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker
4+
repository: https://github.com/flutter/plugins/tree/main/packages/image_picker/image_picker
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
66
version: 0.8.4+4
77

packages/image_picker/image_picker_for_web/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: image_picker_for_web
22
description: Web platform implementation of image_picker
3-
repository: https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker_for_web
3+
repository: https://github.com/flutter/plugins/tree/main/packages/image_picker/image_picker_for_web
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
55
version: 2.1.5
66

packages/image_picker/image_picker_platform_interface/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: image_picker_platform_interface
22
description: A common platform interface for the image_picker plugin.
3-
repository: https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker_platform_interface
3+
repository: https://github.com/flutter/plugins/tree/main/packages/image_picker/image_picker_platform_interface
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
55
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
66
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes

packages/in_app_purchase/in_app_purchase/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: in_app_purchase
22
description: A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
3-
repository: https://github.com/flutter/plugins/tree/master/packages/in_app_purchase/in_app_purchase
3+
repository: https://github.com/flutter/plugins/tree/main/packages/in_app_purchase/in_app_purchase
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
55
version: 2.0.1
66

packages/in_app_purchase/in_app_purchase_android/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: in_app_purchase_android
22
description: An implementation for the Android platform of the Flutter `in_app_purchase` plugin. This uses the Android BillingClient APIs.
3-
repository: https://github.com/flutter/plugins/tree/master/packages/in_app_purchase/in_app_purchase_android
3+
repository: https://github.com/flutter/plugins/tree/main/packages/in_app_purchase/in_app_purchase_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
55
version: 0.2.2+1
66

packages/in_app_purchase/in_app_purchase_platform_interface/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: in_app_purchase_platform_interface
22
description: A common platform interface for the in_app_purchase plugin.
3-
repository: https://github.com/flutter/plugins/tree/master/packages/in_app_purchase/in_app_purchase_platform_interface
3+
repository: https://github.com/flutter/plugins/tree/main/packages/in_app_purchase/in_app_purchase_platform_interface
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
55
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
66
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes

packages/in_app_purchase/in_app_purchase_storekit/ios/in_app_purchase_storekit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Downloaded by pub (not CocoaPods).
1212
s.homepage = 'https://github.com/flutter/plugins'
1313
s.license = { :type => 'BSD', :file => '../LICENSE' }
1414
s.author = { 'Flutter Dev Team' => '[email protected]' }
15-
s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/in_app_purchase/in_app_purchase_storekit' }
15+
s.source = { :http => 'https://github.com/flutter/plugins/tree/main/packages/in_app_purchase/in_app_purchase_storekit' }
1616
# TODO(mvanbeusekom): update URL when in_app_purchase_storekit package is published.
1717
# Updating it before the package is published will cause a lint error and block the tree.
1818
s.documentation_url = 'https://pub.dev/packages/in_app_purchase'

packages/in_app_purchase/in_app_purchase_storekit/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: in_app_purchase_storekit
22
description: An implementation for the iOS platform of the Flutter `in_app_purchase` plugin. This uses the StoreKit Framework.
3-
repository: https://github.com/flutter/plugins/tree/master/packages/in_app_purchase/in_app_purchase_storekit
3+
repository: https://github.com/flutter/plugins/tree/main/packages/in_app_purchase/in_app_purchase_storekit
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
55
version: 0.3.0+1
66

packages/ios_platform_images/ios/ios_platform_images.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Downloaded by pub (not CocoaPods).
1313
s.homepage = 'https://github.com/flutter/plugins'
1414
s.license = { :type => 'BSD', :file => '../LICENSE' }
1515
s.author = { 'Flutter Dev Team' => '[email protected]' }
16-
s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/ios_platform_images' }
16+
s.source = { :http => 'https://github.com/flutter/plugins/tree/main/packages/ios_platform_images' }
1717
s.documentation_url = 'https://pub.dev/packages/ios_platform_images'
1818
s.source_files = 'Classes/**/*'
1919
s.dependency 'Flutter'

packages/ios_platform_images/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ios_platform_images
22
description: A plugin to share images between Flutter and iOS in add-to-app setups.
3-
repository: https://github.com/flutter/plugins/tree/master/packages/ios_platform_images
3+
repository: https://github.com/flutter/plugins/tree/main/packages/ios_platform_images
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+ios_platform_images%22
55
version: 0.2.0+3
66

packages/local_auth/ios/local_auth.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Downloaded by pub (not CocoaPods).
1212
s.homepage = 'https://github.com/flutter/plugins'
1313
s.license = { :type => 'BSD', :file => '../LICENSE' }
1414
s.author = { 'Flutter Dev Team' => '[email protected]' }
15-
s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/local_auth' }
15+
s.source = { :http => 'https://github.com/flutter/plugins/tree/main/packages/local_auth' }
1616
s.documentation_url = 'https://pub.dev/packages/local_auth'
1717
s.source_files = 'Classes/**/*'
1818
s.public_header_files = 'Classes/**/*.h'

packages/local_auth/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: local_auth
22
description: Flutter plugin for Android and iOS devices to allow local
33
authentication via fingerprint, touch ID, face ID, passcode, pin, or pattern.
4-
repository: https://github.com/flutter/plugins/tree/master/packages/local_auth
4+
repository: https://github.com/flutter/plugins/tree/main/packages/local_auth
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+local_auth%22
66
version: 1.1.10
77

packages/path_provider/path_provider/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: path_provider
22
description: Flutter plugin for getting commonly used locations on host platform file systems, such as the temp and app data directories.
3-
repository: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider
3+
repository: https://github.com/flutter/plugins/tree/main/packages/path_provider/path_provider
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
55
version: 2.0.8
66

packages/path_provider/path_provider_android/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: path_provider_android
22
description: Android implementation of the path_provider plugin.
3-
repository: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_android
3+
repository: https://github.com/flutter/plugins/tree/main/packages/path_provider/path_provider_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
55
version: 2.0.11
66

packages/path_provider/path_provider_ios/ios/path_provider_ios.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Downloaded by pub (not CocoaPods).
1212
s.homepage = 'https://github.com/flutter/plugins'
1313
s.license = { :type => 'BSD', :file => '../LICENSE' }
1414
s.author = { 'Flutter Dev Team' => '[email protected]' }
15-
s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_ios' }
15+
s.source = { :http => 'https://github.com/flutter/plugins/tree/main/packages/path_provider/path_provider_ios' }
1616
s.documentation_url = 'https://pub.dev/packages/path_provider'
1717
s.source_files = 'Classes/**/*'
1818
s.public_header_files = 'Classes/**/*.h'

packages/path_provider/path_provider_ios/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: path_provider_ios
22
description: iOS implementation of the path_provider plugin.
3-
repository: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_ios
3+
repository: https://github.com/flutter/plugins/tree/main/packages/path_provider/path_provider_ios
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
55
version: 2.0.7
66

packages/path_provider/path_provider_linux/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: path_provider_linux
22
description: Linux implementation of the path_provider plugin
3-
repository: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_linux
3+
repository: https://github.com/flutter/plugins/tree/main/packages/path_provider/path_provider_linux
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
55
version: 2.1.5
66

packages/path_provider/path_provider_macos/macos/path_provider_macos.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.description = <<-DESC
99
A macOS implementation of the Flutter plugin for getting commonly used locations on the filesystem.
1010
DESC
11-
s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_macos'
11+
s.homepage = 'https://github.com/flutter/plugins/tree/main/packages/path_provider/path_provider_macos'
1212
s.license = { :type => 'BSD', :file => '../LICENSE' }
1313
s.author = { 'Flutter Dev Team' => '[email protected]' }
1414
s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_macos' }

0 commit comments

Comments
 (0)