You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-13Lines changed: 25 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,31 @@ and the browser.
8
8
9
9
## Packages
10
10
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. |[](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). |[](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. |[](https://pub.dev/packages/http)|
17
-
|[http2](pkgs/http2/)| A HTTP/2 implementation in Dart. |[](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. |[](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. |[](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. |[](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. |[](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. |[][cronet_http_issues]|[](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. |[][cupertino_http_issues]|[](https://pub.dev/packages/cupertino_http)|
15
+
|[flutter_http_example](pkgs/flutter_http_example/)| Demonstrates how to use package:http in a Flutter app. |[][flutter_http_example_issues]||
16
+
|[http](pkgs/http/)| A composable, multi-platform, Future-based API for HTTP requests. |[][http_issues]|[](https://pub.dev/packages/http)|
17
+
|[http2](pkgs/http2/)| A HTTP/2 implementation in Dart. |[][http2_issues]|[](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. |[][http_client_conformance_tests_issues]||
19
+
|[http_parser](pkgs/http_parser/)| A platform-independent package for parsing and serializing HTTP formats. |[][http_parser_issues]|[](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. |[][http_profile_issues]|[](https://pub.dev/packages/http_profile)|
21
+
|[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)|
22
+
|[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)|
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. |[][web_socket_conformance_tests_issues]||
0 commit comments