misc cleanup of yaml files (#1061)
diff --git a/.github/labeler.yml b/.github/labeler.yml index 7ac52ce..b49eaf2 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml
@@ -1,6 +1,6 @@ -# Configuration for .github/workflows/pull_request_label.yml. +# Configuration for .github/workflows/pull_request_label.yml. -'infra': +'type-infra': - '.github/**' 'package:cronet_http':
diff --git a/pkgs/cronet_http/pubspec.yaml b/pkgs/cronet_http/pubspec.yaml index b7c417d..602a1bb 100644 --- a/pkgs/cronet_http/pubspec.yaml +++ b/pkgs/cronet_http/pubspec.yaml
@@ -1,7 +1,7 @@ name: cronet_http -description: > - An Android Flutter plugin that provides access to the Cronet HTTP client. version: 0.4.2 +description: >- + An Android Flutter plugin that provides access to the Cronet HTTP client. repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http environment: @@ -25,4 +25,3 @@ platforms: android: ffiPlugin: true -
diff --git a/pkgs/cupertino_http/pubspec.yaml b/pkgs/cupertino_http/pubspec.yaml index 9b7e1f8..824a581 100644 --- a/pkgs/cupertino_http/pubspec.yaml +++ b/pkgs/cupertino_http/pubspec.yaml
@@ -1,8 +1,8 @@ name: cupertino_http -description: > +version: 1.1.1-wip +description: >- A macOS/iOS Flutter plugin that provides access to the Foundation URL Loading System. -version: 1.1.1-wip repository: https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http environment:
diff --git a/pkgs/flutter_http_example/pubspec.yaml b/pkgs/flutter_http_example/pubspec.yaml index f2cf6c1..0331490 100644 --- a/pkgs/flutter_http_example/pubspec.yaml +++ b/pkgs/flutter_http_example/pubspec.yaml
@@ -1,10 +1,9 @@ name: flutter_http_example +version: 1.0.0 description: Demonstrates how to use package:http in a Flutter app. publish_to: 'none' -version: 1.0.0 - environment: sdk: ^3.0.0 flutter: '>=3.10.0'
diff --git a/pkgs/http_client_conformance_tests/pubspec.yaml b/pkgs/http_client_conformance_tests/pubspec.yaml index de5ffb6..520f131 100644 --- a/pkgs/http_client_conformance_tests/pubspec.yaml +++ b/pkgs/http_client_conformance_tests/pubspec.yaml
@@ -2,9 +2,10 @@ description: >- A library that tests whether implementations of package:http's `Client` class behave as expected. -publish_to: none repository: https://github.com/dart-lang/http/tree/master/pkgs/http_client_conformance_tests +publish_to: none + environment: sdk: ^3.0.0
diff --git a/pkgs/http_profile/pubspec.yaml b/pkgs/http_profile/pubspec.yaml index 9e3b69e..1b5891e 100644 --- a/pkgs/http_profile/pubspec.yaml +++ b/pkgs/http_profile/pubspec.yaml
@@ -1,10 +1,11 @@ name: http_profile description: >- - A library used by HTTP client authors to integrate with the DevTools - Network tab. -publish_to: none + A library used by HTTP client authors to integrate with the DevTools Network + tab. repository: https://github.com/dart-lang/http/tree/master/pkgs/http_profile +publish_to: none + environment: sdk: ^3.0.0
diff --git a/pkgs/java_http/pubspec.yaml b/pkgs/java_http/pubspec.yaml index a0e100d..c04429a 100644 --- a/pkgs/java_http/pubspec.yaml +++ b/pkgs/java_http/pubspec.yaml
@@ -1,7 +1,9 @@ name: java_http -description: A Dart package for making HTTP requests using java.net.HttpURLConnection. version: 0.0.1 +description: >- + A Dart package for making HTTP requests using java.net.HttpURLConnection. repository: https://github.com/dart-lang/http/tree/master/pkgs/java_http + publish_to: none environment: