Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Dec 22, 2023
1 parent abe76a7 commit acfaa3b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions pkgs/cronet_http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1-wip

* Use `package:http_image_provider` in the example application.

## 1.0.0

* No functional changes.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cronet_http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cronet_http
version: 1.0.0
version: 1.0.1-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
Expand Down
4 changes: 4 additions & 0 deletions pkgs/cupertino_http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.1-wip

* Use `package:http_image_provider` in the example application.

## 1.2.0

* Add support for setting additional http headers in
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cupertino_http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cupertino_http
version: 1.2.0
version: 1.2.1-wip
description: >-
A macOS/iOS Flutter plugin that provides access to the Foundation URL
Loading System.
Expand Down
8 changes: 3 additions & 5 deletions pkgs/flutter_http_example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ A Flutter sample app that illustrates how to configure and use
including:

* configuration for multiple platforms.
* using `runWithClient` and `package:provider` to pass `Client`s through
an application.
* using `package:provider` to pass `Client`s through an application.
* writing tests using `MockClient`.

## The important bits
Expand All @@ -34,9 +33,8 @@ This library demonstrates how to:

* import `http_client_factory.dart` or `http_client_factory_web.dart`,
depending on whether we are targeting the web browser or not.
* share a `package:http` `Client` by using `runWithClient` and
`package:provider`.
* call `package:http` functions.
* share a `package:http` `Client` by `package:provider`.
* call `package:http` `Client` methods.

### `widget_test.dart`

Expand Down

0 comments on commit acfaa3b

Please sign in to comment.