Skip to content

Commit 48d90b0

Browse files
committed
🔖 0.0.4
1 parent 922823e commit 48d90b0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pkgs/cronet_http/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 0.0.4
22

3+
* Use no GMS-based cronet (`org.chromium.net:cronet-embedded`)
4+
instead of GMS-based (`com.google.android.gms:play-services-cronet`).
35
* Fix a bug where the example would not use the configured `package:http`
46
`Client` for Books API calls in some circumstances.
57
* Fix a bug where the images in the example would be loaded using `dart:io`

pkgs/cronet_http/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cronet_http
22
description: >
33
An Android Flutter plugin that provides access to the Cronet HTTP client.
4-
version: 0.0.3
4+
version: 0.0.4
55
repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http
66

77
environment:

0 commit comments

Comments
 (0)