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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ and the browser.
10
10
11
11
| Package | Description | Version |
12
12
|---|---|---|
13
-
|[http](pkgs/http/)| A composable, multi-platform, Future-based API for HTTP requests. |[](https://pub.dev/packages/http)|
14
-
|[http_client_conformance_tests](pkgs/http_client_conformance_tests/)| A library that tests whether implementations of package:http's `Client` class behave as expected. ||
15
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)|
16
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)|
17
-
|[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)|
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
+
|[http_client_conformance_tests](pkgs/http_client_conformance_tests/)| A library that tests whether implementations of package:http's `Client` class behave as expected. ||
18
18
|[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)|
19
-
|[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. ||
19
+
|[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)|
20
20
|[web_socket](pkgs/web_socket/)| Any easy-to-use library for communicating with WebSockets that has multiple implementations. |[](https://pub.dev/packages/web_socket)|
21
-
|[flutter_http_example](pkgs/flutter_http_example/)|An Flutter app that demonstrates how to configure and use `package:http`. |—|
21
+
|[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. ||
0 commit comments