| commit | 661f5d604d448930c723259d12ba1b70ee716e88 | [log] [tgz] |
|---|---|---|
| author | Brian Quinlan <brian@sweetapp.com> | Mon Jan 08 10:50:38 2024 -0800 |
| committer | GitHub <noreply@github.com> | Mon Jan 08 10:50:38 2024 -0800 |
| tree | 3213826a512ed8cde72a67f6eec3bd9e8bb6434a | |
| parent | 473a89283f986845fd7bf0aa70e557724c665c98 [diff] |
Use `package:http_image_provider` in all `Client` implementation examples (#1089)
A composable, Future-based library for making HTTP requests.
package:http contains a set of high-level functions and classes that make it easy to consume HTTP resources. It's multi-platform, and supports mobile, desktop, and the browser.
| Package | Description | Version |
|---|---|---|
| http | A composable, multi-platform, Future-based API for HTTP requests. | |
| http_client_conformance_tests | A library that tests whether implementations of package:http's Client class behave as expected. | |
| cronet_http | An Android Flutter plugin that provides access to the Cronet HTTP client. | |
| cupertino_http | A macOS/iOS Flutter plugin that provides access to the Foundation URL Loading System. | |
| flutter_http_example | An Flutter app that demonstrates how to configure and use package:http. | — |