add per package issues links
diff --git a/.github/ISSUE_TEMPLATE/http2.md b/.github/ISSUE_TEMPLATE/http2.md index 9c982e7..6ba5581 100644 --- a/.github/ISSUE_TEMPLATE/http2.md +++ b/.github/ISSUE_TEMPLATE/http2.md
@@ -2,4 +2,4 @@ name: "package:http2" about: "Create a bug or file a feature request against package:http2." labels: "package:http2" ---- \ No newline at end of file +---
diff --git a/.github/ISSUE_TEMPLATE/http_client_conformance_tests.md b/.github/ISSUE_TEMPLATE/http_client_conformance_tests.md new file mode 100644 index 0000000..da0ebf9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/http_client_conformance_tests.md
@@ -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" +---
diff --git a/.github/ISSUE_TEMPLATE/http_parser.md b/.github/ISSUE_TEMPLATE/http_parser.md index cf34cdc..d5a3b5d 100644 --- a/.github/ISSUE_TEMPLATE/http_parser.md +++ b/.github/ISSUE_TEMPLATE/http_parser.md
@@ -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" ---- \ No newline at end of file +---
diff --git a/.github/ISSUE_TEMPLATE/http_profile.md b/.github/ISSUE_TEMPLATE/http_profile.md new file mode 100644 index 0000000..1fa669f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/http_profile.md
@@ -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" +---
diff --git a/.github/ISSUE_TEMPLATE/ok_http.md b/.github/ISSUE_TEMPLATE/ok_http.md new file mode 100644 index 0000000..b447145 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ok_http.md
@@ -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" +---
diff --git a/.github/ISSUE_TEMPLATE/web_socket.md b/.github/ISSUE_TEMPLATE/web_socket.md new file mode 100644 index 0000000..bedcdeb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/web_socket.md
@@ -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" +---
diff --git a/.github/ISSUE_TEMPLATE/web_socket_conformance_tests.md b/.github/ISSUE_TEMPLATE/web_socket_conformance_tests.md new file mode 100644 index 0000000..ce92645 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/web_socket_conformance_tests.md
@@ -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" +---
diff --git a/.github/labeler.yml b/.github/labeler.yml index 3add1c1..1d6562c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml
@@ -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/**' - -'package:http_parser': - - changed-files: - - any-glob-to-any-file: 'pkgs/http_parser/**' + - any-glob-to-any-file: 'pkgs/http2/**' 'package:http_client_conformance_tests': - changed-files: - - any-glob-to-any-file: 'pkgs/http_client_conformance_tests/**' + - any-glob-to-any-file: 'pkgs/http_client_conformance_tests/**' + +'package:http_parser': + - changed-files: + - any-glob-to-any-file: 'pkgs/http_parser/**' + +'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/web_socket_conformance_tests/**'
diff --git a/README.md b/README.md index 31fc650..d878093 100644 --- a/README.md +++ b/README.md
@@ -8,19 +8,31 @@ ## 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. | [](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). | [](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. | [](https://pub.dev/packages/http) | -| [http2](pkgs/http2/) | A HTTP/2 implementation in Dart. | [](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. | [](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. | [](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. | [](https://pub.dev/packages/ok_http) | -| [web_socket](pkgs/web_socket/) | Any easy-to-use library for communicating with WebSockets that has multiple implementations. | [](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. | [][cronet_http_issues] | [](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. | [][cupertino_http_issues] | [](https://pub.dev/packages/cupertino_http) | +| [flutter_http_example](pkgs/flutter_http_example/) | Demonstrates how to use package:http in a Flutter app. | [][flutter_http_example_issues] | | +| [http](pkgs/http/) | A composable, multi-platform, Future-based API for HTTP requests. | [][http_issues] | [](https://pub.dev/packages/http) | +| [http2](pkgs/http2/) | A HTTP/2 implementation in Dart. | [][http2_issues] | [](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_client_conformance_tests_issues] | | +| [http_parser](pkgs/http_parser/) | A platform-independent package for parsing and serializing HTTP formats. | [][http_parser_issues] | [](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. | [][http_profile_issues] | [](https://pub.dev/packages/http_profile) | +| [ok_http](pkgs/ok_http/) | An Android Flutter plugin that provides access to the OkHttp HTTP client. | [][ok_http_issues] | [](https://pub.dev/packages/ok_http) | +| [web_socket](pkgs/web_socket/) | Any easy-to-use library for communicating with WebSockets that has multiple implementations. | [][web_socket_issues] | [](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. | [][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
diff --git a/pkgs/cronet_http/pubspec.yaml b/pkgs/cronet_http/pubspec.yaml index 10f5ac6..f9d7429 100644 --- a/pkgs/cronet_http/pubspec.yaml +++ b/pkgs/cronet_http/pubspec.yaml
@@ -3,6 +3,7 @@ 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
diff --git a/pkgs/cupertino_http/pubspec.yaml b/pkgs/cupertino_http/pubspec.yaml index a463092..529c762 100644 --- a/pkgs/cupertino_http/pubspec.yaml +++ b/pkgs/cupertino_http/pubspec.yaml
@@ -4,6 +4,7 @@ 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
diff --git a/pkgs/http/pubspec.yaml b/pkgs/http/pubspec.yaml index 9685a17..6034ec5 100644 --- a/pkgs/http/pubspec.yaml +++ b/pkgs/http/pubspec.yaml
@@ -2,6 +2,7 @@ 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
diff --git a/pkgs/http2/pubspec.yaml b/pkgs/http2/pubspec.yaml index 7d9e6b8..1c7738c 100644 --- a/pkgs/http2/pubspec.yaml +++ b/pkgs/http2/pubspec.yaml
@@ -2,6 +2,7 @@ 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
diff --git a/pkgs/http_parser/pubspec.yaml b/pkgs/http_parser/pubspec.yaml index 1388827..a1e7b30 100644 --- a/pkgs/http_parser/pubspec.yaml +++ b/pkgs/http_parser/pubspec.yaml
@@ -3,6 +3,7 @@ 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
diff --git a/pkgs/http_profile/pubspec.yaml b/pkgs/http_profile/pubspec.yaml index 1184789..5d0536a 100644 --- a/pkgs/http_profile/pubspec.yaml +++ b/pkgs/http_profile/pubspec.yaml
@@ -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
diff --git a/pkgs/ok_http/pubspec.yaml b/pkgs/ok_http/pubspec.yaml index 9375949..5edd60b 100644 --- a/pkgs/ok_http/pubspec.yaml +++ b/pkgs/ok_http/pubspec.yaml
@@ -3,6 +3,7 @@ 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
diff --git a/pkgs/web_socket/pubspec.yaml b/pkgs/web_socket/pubspec.yaml index 57d243e..f7630e6 100644 --- a/pkgs/web_socket/pubspec.yaml +++ b/pkgs/web_socket/pubspec.yaml
@@ -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