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 ec55561 commit 76deb75Copy full SHA for 76deb75
pkgs/cronet_http/CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 1.2.1-wip
2
+
3
+* Upgrade `package:jni` to 0.9.2 to fix the build error in the latest versions
4
+ of Flutter.
5
+* Upgrade `package:jnigen` to 0.9.1 and regenerate the bindings to improve the
6
+ efficiency of function calls.
7
8
## 1.2.0
9
10
* Support the Cronet embedding dependency with `--dart-define=cronetHttpNoPlay=true`.
pkgs/cronet_http/jnigen.yaml
@@ -5,7 +5,6 @@ android_sdk_config:
android_example: 'example/'
output:
- bindings_type: dart_only
dart:
path: 'lib/src/jni/jni_bindings.dart'
11
structure: single_file
0 commit comments