Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add per package issues links #1409

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
name: "package:http2"
about: "Create a bug or file a feature request against package:http2."
labels: "package:http2"
---
---
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/http_client_conformance_tests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: "package:http_client_conformance_tests"
about: "Create a bug or file a feature request against package:http_client_conformance_tests."
labels: "package:http_client_conformance_tests"
---
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/http_parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
name: "package:http_parser"
about: "Create a bug or file a feature request against package:http_parser."
labels: "package:http_parser"
---
---
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/http_profile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: "package:http_profile"
about: "Create a bug or file a feature request against package:http_profile."
labels: "package:http_profile"
---
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/ok_http.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: "package:ok_http"
about: "Create a bug or file a feature request against package:ok_http."
labels: "package:ok_http"
---
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/web_socket.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: "package:web_socket"
about: "Create a bug or file a feature request against package:web_socket."
labels: "package:web_socket"
---
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/web_socket_conformance_tests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: "package:web_socket_conformance_tests"
about: "Create a bug or file a feature request against package:web_socket_conformance_tests."
labels: "package:web_socket_conformance_tests"
---
36 changes: 28 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,48 @@

'type-infra':
- changed-files:
- any-glob-to-any-file: '.github/**'
- any-glob-to-any-file: '.github/**'

'package:cronet_http':
- changed-files:
- any-glob-to-any-file: 'pkgs/cronet_http/**'
- any-glob-to-any-file: 'pkgs/cronet_http/**'

'package:cupertino_http':
- changed-files:
- any-glob-to-any-file: 'pkgs/cupertino_http/**'
- any-glob-to-any-file: 'pkgs/cupertino_http/**'

'package:flutter_http_example':
- changed-files:
- any-glob-to-any-file: 'pkgs/flutter_http_example/**'

'package:http':
- changed-files:
- any-glob-to-any-file: 'pkgs/http/**'
- any-glob-to-any-file: 'pkgs/http/**'

'package:http2':
- changed-files:
- any-glob-to-any-file: 'pkgs/http2/**'
- any-glob-to-any-file: 'pkgs/http2/**'

'package:http_client_conformance_tests':
- changed-files:
- any-glob-to-any-file: 'pkgs/http_client_conformance_tests/**'

'package:http_parser':
- changed-files:
- any-glob-to-any-file: 'pkgs/http_parser/**'
- any-glob-to-any-file: 'pkgs/http_parser/**'

'package:http_client_conformance_tests':
'package:http_profile':
- changed-files:
- any-glob-to-any-file: 'pkgs/http_profile/**'

'package:ok_http':
- changed-files:
- any-glob-to-any-file: 'pkgs/ok_http/**'

'package:web_socket':
- changed-files:
- any-glob-to-any-file: 'pkgs/web_socket/**'

'package:web_socket_conformance_tests':
- changed-files:
- any-glob-to-any-file: 'pkgs/http_client_conformance_tests/**'
- any-glob-to-any-file: 'pkgs/web_socket_conformance_tests/**'
38 changes: 25 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,31 @@ and the browser.

## Packages

| Package | Description | Version |
|---|---|---|
| [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) |
| [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) |
| [flutter_http_example](pkgs/flutter_http_example/) | An Flutter app that demonstrates how to configure and use `package:http`. | — |
| [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) |
| [http2](pkgs/http2/) | A HTTP/2 implementation in Dart. | [![pub package](https://img.shields.io/pub/v/http2.svg)](https://pub.dev/packages/http2) |
| [http_client_conformance_tests](pkgs/http_client_conformance_tests/) | A library that tests whether implementations of package:http's `Client` class behave as expected. | |
| [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) |
| [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) |
| [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) |
| [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) |
| [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. | |
| Package | Description | Issues | Version |
| --- | --- | --- | --- |
| [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) |
| [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) |
| [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] | |
| [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) |
| [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) |
| [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] | |
| [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) |
| [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) |
| [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) |
| [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) |
| [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] | |

[cronet_http_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acronet_http
[cupertino_http_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acupertino_http
[flutter_http_example_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aflutter_http_example
[http_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ahttp
[http2_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ahttp2
[http_client_conformance_tests_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ahttp_client_conformance_tests
[http_parser_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ahttp_parser
[http_profile_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ahttp_profile
[ok_http_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aok_http
[web_socket_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aweb_socket
[web_socket_conformance_tests_issues]: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aweb_socket_conformance_tests

## Contributing

Expand Down
1 change: 1 addition & 0 deletions pkgs/cronet_http/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: 1.3.3-wip
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
issue_tracker: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acronet_http

environment:
sdk: ^3.4.0
Expand Down
1 change: 1 addition & 0 deletions pkgs/cupertino_http/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: >-
A macOS/iOS Flutter plugin that provides access to the Foundation URL
Loading System.
repository: https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http
issue_tracker: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acupertino_http

environment:
sdk: ^3.4.0
Expand Down
1 change: 1 addition & 0 deletions pkgs/http/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: http
version: 1.3.0-wip
description: A composable, multi-platform, Future-based API for HTTP requests.
repository: https://github.com/dart-lang/http/tree/master/pkgs/http
issue_tracker: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ahttp

topics:
- http
Expand Down
1 change: 1 addition & 0 deletions pkgs/http2/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: http2
version: 2.3.1
description: A HTTP/2 implementation in Dart.
repository: https://github.com/dart-lang/http/tree/master/pkgs/http2
issue_tracker: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ahttp2

topics:
- http
Expand Down
1 change: 1 addition & 0 deletions pkgs/http_parser/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: 4.1.1
description: >-
A platform-independent package for parsing and serializing HTTP formats.
repository: https://github.com/dart-lang/http/tree/master/pkgs/http_parser
issue_tracker: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ahttp_parser

environment:
sdk: ^3.4.0
Expand Down
3 changes: 2 additions & 1 deletion pkgs/http_profile/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: http_profile
version: 0.1.1-wip
description: >-
A library used by HTTP client authors to integrate with the DevTools Network
View.
repository: https://github.com/dart-lang/http/tree/master/pkgs/http_profile
version: 0.1.1-wip
issue_tracker: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ahttp_profile

environment:
sdk: ^3.4.0
Expand Down
1 change: 1 addition & 0 deletions pkgs/ok_http/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: 0.1.1-wip
description: >-
An Android Flutter plugin that provides access to the OkHttp HTTP client.
repository: https://github.com/dart-lang/http/tree/master/pkgs/ok_http
issue_tracker: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aok_http

environment:
sdk: ^3.4.0
Expand Down
3 changes: 2 additions & 1 deletion pkgs/web_socket/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: web_socket
version: 0.1.6
description: >-
Any easy-to-use library for communicating with WebSockets
that has multiple implementations.
repository: https://github.com/dart-lang/http/tree/master/pkgs/web_socket
version: 0.1.6
issue_tracker: https://github.com/dart-lang/http/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aweb_socket

environment:
sdk: ^3.4.0
Expand Down
Loading