File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 44
55import 'dart:io' ;
66
7- import '../_internal.dart' ;
7+ import 'package:meta/meta.dart' show internal;
8+
89import 'third_party/generated_bindings.dart' ;
910
1011// TODO(#567): Add the fact that [JException] is now a [JObject] to the
Original file line number Diff line number Diff line change 55import 'dart:ffi' ;
66import 'dart:isolate' ;
77
8+ import 'package:ffi/ffi.dart' ;
89import 'package:meta/meta.dart' show internal;
910
10- import '../jni.dart' ;
1111import 'accessors.dart' ;
1212import 'jni.dart' ;
13+ import 'jobject.dart' ;
14+ import 'jreference.dart' ;
15+ import 'lang/jstring.dart' ;
1316import 'third_party/generated_bindings.dart' ;
17+ import 'types.dart' ;
18+ import 'util/jlist.dart' ;
1419
1520/// A builder that builds proxy objects that implement one or more interfaces.
1621///
You can’t perform that action at this time.
0 commit comments