Skip to content

Commit c4ada72

Browse files
committed
add per package issues links
1 parent 79470d0 commit c4ada72

File tree

17 files changed

+90
-25
lines changed

17 files changed

+90
-25
lines changed

.github/ISSUE_TEMPLATE/http2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name: "package:http2"
33
about: "Create a bug or file a feature request against package:http2."
44
labels: "package:http2"
5-
---
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:http_client_conformance_tests"
3+
about: "Create a bug or file a feature request against package:http_client_conformance_tests."
4+
labels: "package:http_client_conformance_tests"
5+
---

.github/ISSUE_TEMPLATE/http_parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name: "package:http_parser"
33
about: "Create a bug or file a feature request against package:http_parser."
44
labels: "package:http_parser"
5-
---
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:http_profile"
3+
about: "Create a bug or file a feature request against package:http_profile."
4+
labels: "package:http_profile"
5+
---

.github/ISSUE_TEMPLATE/ok_http.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:ok_http"
3+
about: "Create a bug or file a feature request against package:ok_http."
4+
labels: "package:ok_http"
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:web_socket"
3+
about: "Create a bug or file a feature request against package:web_socket."
4+
labels: "package:web_socket"
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:web_socket_conformance_tests"
3+
about: "Create a bug or file a feature request against package:web_socket_conformance_tests."
4+
labels: "package:web_socket_conformance_tests"
5+
---

.github/labeler.yml

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,48 @@
22

33
'type-infra':
44
- changed-files:
5-
- any-glob-to-any-file: '.github/**'
5+
- any-glob-to-any-file: '.github/**'
66

77
'package:cronet_http':
88
- changed-files:
9-
- any-glob-to-any-file: 'pkgs/cronet_http/**'
9+
- any-glob-to-any-file: 'pkgs/cronet_http/**'
1010

1111
'package:cupertino_http':
1212
- changed-files:
13-
- any-glob-to-any-file: 'pkgs/cupertino_http/**'
13+
- any-glob-to-any-file: 'pkgs/cupertino_http/**'
14+
15+
'package:flutter_http_example':
16+
- changed-files:
17+
- any-glob-to-any-file: 'pkgs/flutter_http_example/**'
1418

1519
'package:http':
1620
- changed-files:
17-
- any-glob-to-any-file: 'pkgs/http/**'
21+
- any-glob-to-any-file: 'pkgs/http/**'
1822

1923
'package:http2':
2024
- changed-files:
21-
- any-glob-to-any-file: 'pkgs/http2/**'
25+
- any-glob-to-any-file: 'pkgs/http2/**'
26+
27+
'package:http_client_conformance_tests':
28+
- changed-files:
29+
- any-glob-to-any-file: 'pkgs/http_client_conformance_tests/**'
2230

2331
'package:http_parser':
2432
- changed-files:
25-
- any-glob-to-any-file: 'pkgs/http_parser/**'
33+
- any-glob-to-any-file: 'pkgs/http_parser/**'
2634

27-
'package:http_client_conformance_tests':
35+
'package:http_profile':
36+
- changed-files:
37+
- any-glob-to-any-file: 'pkgs/http_profile/**'
38+
39+
'package:ok_http':
40+
- changed-files:
41+
- any-glob-to-any-file: 'pkgs/ok_http/**'
42+
43+
'package:web_socket':
44+
- changed-files:
45+
- any-glob-to-any-file: 'pkgs/web_socket/**'
46+
47+
'package:web_socket_conformance_tests':
2848
- changed-files:
29-
- any-glob-to-any-file: 'pkgs/http_client_conformance_tests/**'
49+
- any-glob-to-any-file: 'pkgs/web_socket_conformance_tests/**'

README.md

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,31 @@ and the browser.
88

99
## Packages
1010

11-
| Package | Description | Version |
12-
|---|---|---|
13-
| [cronet_http](pkgs/cronet_http/) | An Android Flutter plugin that provides access to the [Cronet](https://developer.android.com/guide/topics/connectivity/cronet/reference/org/chromium/net/package-summary) HTTP client. | [![pub package](https://img.shields.io/pub/v/cronet_http.svg)](https://pub.dev/packages/cronet_http) |
14-
| [cupertino_http](pkgs/cupertino_http/) | A macOS/iOS Flutter plugin that provides access to the [Foundation URL Loading System](https://developer.apple.com/documentation/foundation/url_loading_system). | [![pub package](https://img.shields.io/pub/v/cupertino_http.svg)](https://pub.dev/packages/cupertino_http) |
15-
| [flutter_http_example](pkgs/flutter_http_example/) | An Flutter app that demonstrates how to configure and use `package:http`. ||
16-
| [http](pkgs/http/) | A composable, multi-platform, Future-based API for HTTP requests. | [![pub package](https://img.shields.io/pub/v/http.svg)](https://pub.dev/packages/http) |
17-
| [http2](pkgs/http2/) | A HTTP/2 implementation in Dart. | [![pub package](https://img.shields.io/pub/v/http2.svg)](https://pub.dev/packages/http2) |
18-
| [http_client_conformance_tests](pkgs/http_client_conformance_tests/) | A library that tests whether implementations of package:http's `Client` class behave as expected. | |
19-
| [http_parser](pkgs/http_parser/) | A platform-independent package for parsing and serializing HTTP formats. | [![pub package](https://img.shields.io/pub/v/http_parser.svg)](https://pub.dev/packages/http_parser) |
20-
| [http_profile](pkgs/http_profile/) | A library used by HTTP client authors to integrate with the DevTools Network View. | [![pub package](https://img.shields.io/pub/v/http_profile.svg)](https://pub.dev/packages/http_profile) |
21-
| [ok_http](pkgs/ok_http/) | An Android Flutter plugin that provides access to the [OkHttp](https://square.github.io/okhttp/) HTTP client and the OkHttp [WebSocket](https://square.github.io/okhttp/5.x/okhttp/okhttp3/-web-socket/index.html) API. | [![pub package](https://img.shields.io/pub/v/ok_http.svg)](https://pub.dev/packages/ok_http) |
22-
| [web_socket](pkgs/web_socket/) | Any easy-to-use library for communicating with WebSockets that has multiple implementations. | [![pub package](https://img.shields.io/pub/v/web_socket.svg)](https://pub.dev/packages/web_socket) |
23-
| [web_socket_conformance_tests](pkgs/web_socket_conformance_tests/) | A library that tests whether implementations of `package:web_socket`'s `WebSocket` class behave as expected. | |
11+
| Package | Description | Issues | Version |
12+
| --- | --- | --- | --- |
13+
| [cronet_http](pkgs/cronet_http/) | An Android Flutter plugin that provides access to the Cronet HTTP client. | [![issues](https://img.shields.io/badge/issues-4774bc)][cronet_http_issues] | [![pub package](https://img.shields.io/pub/v/cronet_http.svg)](https://pub.dev/packages/cronet_http) |
14+
| [cupertino_http](pkgs/cupertino_http/) | A macOS/iOS Flutter plugin that provides access to the Foundation URL Loading System. | [![issues](https://img.shields.io/badge/issues-4774bc)][cupertino_http_issues] | [![pub package](https://img.shields.io/pub/v/cupertino_http.svg)](https://pub.dev/packages/cupertino_http) |
15+
| [flutter_http_example](pkgs/flutter_http_example/) | Demonstrates how to use package:http in a Flutter app. | [![issues](https://img.shields.io/badge/issues-4774bc)][flutter_http_example_issues] | |
16+
| [http](pkgs/http/) | A composable, multi-platform, Future-based API for HTTP requests. | [![issues](https://img.shields.io/badge/issues-4774bc)][http_issues] | [![pub package](https://img.shields.io/pub/v/http.svg)](https://pub.dev/packages/http) |
17+
| [http2](pkgs/http2/) | A HTTP/2 implementation in Dart. | [![issues](https://img.shields.io/badge/issues-4774bc)][http2_issues] | [![pub package](https://img.shields.io/pub/v/http2.svg)](https://pub.dev/packages/http2) |
18+
| [http_client_conformance_tests](pkgs/http_client_conformance_tests/) | A library that tests whether implementations of package:http's `Client` class behave as expected. | [![issues](https://img.shields.io/badge/issues-4774bc)][http_client_conformance_tests_issues] | |
19+
| [http_parser](pkgs/http_parser/) | A platform-independent package for parsing and serializing HTTP formats. | [![issues](https://img.shields.io/badge/issues-4774bc)][http_parser_issues] | [![pub package](https://img.shields.io/pub/v/http_parser.svg)](https://pub.dev/packages/http_parser) |
20+
| [http_profile](pkgs/http_profile/) | A library used by HTTP client authors to integrate with the DevTools Network View. | [![issues](https://img.shields.io/badge/issues-4774bc)][http_profile_issues] | [![pub package](https://img.shields.io/pub/v/http_profile.svg)](https://pub.dev/packages/http_profile) |
21+
| [ok_http](pkgs/ok_http/) | An Android Flutter plugin that provides access to the OkHttp HTTP client. | [![issues](https://img.shields.io/badge/issues-4774bc)][ok_http_issues] | [![pub package](https://img.shields.io/pub/v/ok_http.svg)](https://pub.dev/packages/ok_http) |
22+
| [web_socket](pkgs/web_socket/) | Any easy-to-use library for communicating with WebSockets that has multiple implementations. | [![issues](https://img.shields.io/badge/issues-4774bc)][web_socket_issues] | [![pub package](https://img.shields.io/pub/v/web_socket.svg)](https://pub.dev/packages/web_socket) |
23+
| [web_socket_conformance_tests](pkgs/web_socket_conformance_tests/) | A library that tests whether implementations of `package:web_socket`'s `WebSocket` class behave as expected. | [![issues](https://img.shields.io/badge/issues-4774bc)][web_socket_conformance_tests_issues] | |
24+
25+
[cronet_http_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acronet_http
26+
[cupertino_http_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acupertino_http
27+
[flutter_http_example_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aflutter_http_example
28+
[http_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ahttp
29+
[http2_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ahttp2
30+
[http_client_conformance_tests_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ahttp_client_conformance_tests
31+
[http_parser_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ahttp_parser
32+
[http_profile_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ahttp_profile
33+
[ok_http_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aok_http
34+
[web_socket_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aweb_socket
35+
[web_socket_conformance_tests_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aweb_socket_conformance_tests
2436

2537
## Contributing
2638

pkgs/cronet_http/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: 1.3.3-wip
33
description: >-
44
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
6+
issue_tracker: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acronet_http
67

78
environment:
89
sdk: ^3.4.0

0 commit comments

Comments
 (0)