Skip to content

Commit 064f510

Browse files
authored
misc cleanup of yaml files (#1061)
1 parent 22f52e2 commit 064f510

File tree

7 files changed

+16
-14
lines changed

7 files changed

+16
-14
lines changed

.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Configuration for .github/workflows/pull_request_label.yml.
1+
# Configuration for .github/workflows/pull_request_label.yml.
22

3-
'infra':
3+
'type-infra':
44
- '.github/**'
55

66
'package:cronet_http':

pkgs/cronet_http/pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cronet_http
2-
description: >
3-
An Android Flutter plugin that provides access to the Cronet HTTP client.
42
version: 0.4.2
3+
description: >-
4+
An Android Flutter plugin that provides access to the Cronet HTTP client.
55
repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http
66

77
environment:
@@ -25,4 +25,3 @@ flutter:
2525
platforms:
2626
android:
2727
ffiPlugin: true
28-

pkgs/cupertino_http/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: cupertino_http
2-
description: >
2+
version: 1.1.1-wip
3+
description: >-
34
A macOS/iOS Flutter plugin that provides access to the Foundation URL
45
Loading System.
5-
version: 1.1.1-wip
66
repository: https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http
77

88
environment:

pkgs/flutter_http_example/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: flutter_http_example
2+
version: 1.0.0
23
description: Demonstrates how to use package:http in a Flutter app.
34

45
publish_to: 'none'
56

6-
version: 1.0.0
7-
87
environment:
98
sdk: ^3.0.0
109
flutter: '>=3.10.0'

pkgs/http_client_conformance_tests/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: http_client_conformance_tests
22
description: >-
33
A library that tests whether implementations of package:http's `Client` class
44
behave as expected.
5-
publish_to: none
65
repository: https://github.com/dart-lang/http/tree/master/pkgs/http_client_conformance_tests
76

7+
publish_to: none
8+
89
environment:
910
sdk: ^3.0.0
1011

pkgs/http_profile/pubspec.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: http_profile
22
description: >-
3-
A library used by HTTP client authors to integrate with the DevTools
4-
Network tab.
5-
publish_to: none
3+
A library used by HTTP client authors to integrate with the DevTools Network
4+
tab.
65
repository: https://github.com/dart-lang/http/tree/master/pkgs/http_profile
76

7+
publish_to: none
8+
89
environment:
910
sdk: ^3.0.0
1011

pkgs/java_http/pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: java_http
2-
description: A Dart package for making HTTP requests using java.net.HttpURLConnection.
32
version: 0.0.1
3+
description: >-
4+
A Dart package for making HTTP requests using java.net.HttpURLConnection.
45
repository: https://github.com/dart-lang/http/tree/master/pkgs/java_http
6+
57
publish_to: none
68

79
environment:

0 commit comments

Comments
 (0)