We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f4eff commit 988b4d4Copy full SHA for 988b4d4
pkgs/cronet_http/CHANGELOG.md
@@ -1,8 +1,10 @@
1
-## 1.2.0-wip
+## 1.2.0
2
3
* Support the Cronet embedding dependency with `--dart-define=cronetHttpNoPlay=true`.
4
* Fix a bug in the documentation where `isOwned` is used rather than
5
`closeEngine`.
6
+* Upgrade `package:jni` to 0.7.3 to fix a SIGSEGV caused by a null
7
+ pointer dereference.
8
9
## 1.1.1
10
pkgs/cronet_http/pubspec.yaml
@@ -1,5 +1,5 @@
name: cronet_http
-version: 1.2.0-wip
+version: 1.2.0
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
0 commit comments