Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pkgs/cronet_http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.2.1-wip

* Upgrade `package:jni` to 0.9.2 to fix the build error in the latest versions
of Flutter.
* Upgrade `package:jnigen` to 0.9.1 and regenerate the bindings to improve the
efficiency of function calls.

## 1.2.0

* Support the Cronet embedding dependency with `--dart-define=cronetHttpNoPlay=true`.
Expand Down
1 change: 0 additions & 1 deletion pkgs/cronet_http/jnigen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ android_sdk_config:
android_example: 'example/'

output:
bindings_type: dart_only
dart:
path: 'lib/src/jni/jni_bindings.dart'
structure: single_file
Expand Down
Loading