File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ## 0.10.0
1
+ ## 0.10.1
2
2
3
3
- Fixed an issue with ` JObject.castTo ` where the type checking could fail in
4
4
debug mode.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ final class JObjectType extends JObjType<JObject> {
43
43
/// A high-level wrapper for JNI global object reference.
44
44
///
45
45
/// This is the base class for classes generated by `jnigen` .
46
- class JObject implements Finalizable {
46
+ class JObject {
47
47
final JReference reference;
48
48
49
49
late final JObjType <JObject > $type = type;
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.10.0
7
+ version : 0.10.1
8
8
repository : https://github.com/dart-lang/native/tree/main/pkgs/jni
9
9
10
10
topics :
You can’t perform that action at this time.
0 commit comments