File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ## 0.9.3-wip
1
+ ## 0.9.3
2
2
3
3
- Added lifetime event handling for the thread-local JNI env. Now
4
4
` jvm.DetachNativeThread ` is called when the thread detaches as recommended
Original file line number Diff line number Diff line change 4
4
5
5
name : jni
6
6
description : A library to access JNI from Dart and Flutter that acts as a support library for package:jnigen.
7
- version : 0.9.3-wip
7
+ version : 0.9.3
8
8
repository : https://github.com/dart-lang/native/tree/main/pkgs/jni
9
9
10
10
topics :
Original file line number Diff line number Diff line change 1
- ## 0.9.3-wip
1
+ ## 0.9.3
2
2
3
3
- Fixed a bug where wrong argument types were generated for varargs.
4
4
- Fixed the macOS arm64 varargs issue caused by the previous release.
Original file line number Diff line number Diff line change 4
4
5
5
name : jnigen
6
6
description : A Dart bindings generator for Java and Kotlin that uses JNI under the hood to interop with Java virtual machine.
7
- version : 0.9.3-wip
7
+ version : 0.9.3
8
8
repository : https://github.com/dart-lang/native/tree/main/pkgs/jnigen
9
9
10
10
environment :
You can’t perform that action at this time.
0 commit comments