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.14.0-wip
1
+ ## 0.14.0
2
2
3
3
- Added ` DynamicLibraryLoadError ` which is thrown when the dynamic library fails
4
4
to load. ` HelperNotFoundError ` will only be thrown when the helper library
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.14.0-wip
7
+ version : 0.14.0
8
8
repository : https://github.com/dart-lang/native/tree/main/pkgs/jni
9
9
issue_tracker : https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ajni
10
10
Original file line number Diff line number Diff line change 1
- ## 0.14.0-wip
1
+ ## 0.14.0
2
2
3
3
- Fixed a bug where the source parser would not have all of the type paremeters
4
4
of the types.
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.14.0-wip
7
+ version : 0.14.0
8
8
repository : https://github.com/dart-lang/native/tree/main/pkgs/jnigen
9
9
issue_tracker : https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ajnigen
10
10
You can’t perform that action at this time.
0 commit comments