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 4
4
5
5
import 'dart:io' ;
6
6
7
- import '../_internal.dart' ;
7
+ import 'package:meta/meta.dart' show internal;
8
+
8
9
import 'third_party/generated_bindings.dart' ;
9
10
10
11
// TODO(#567): Add the fact that [JException] is now a [JObject] to the
Original file line number Diff line number Diff line change 5
5
import 'dart:ffi' ;
6
6
import 'dart:isolate' ;
7
7
8
+ import 'package:ffi/ffi.dart' ;
8
9
import 'package:meta/meta.dart' show internal;
9
10
10
- import '../jni.dart' ;
11
11
import 'accessors.dart' ;
12
12
import 'jni.dart' ;
13
+ import 'jobject.dart' ;
14
+ import 'jreference.dart' ;
15
+ import 'lang/jstring.dart' ;
13
16
import 'third_party/generated_bindings.dart' ;
17
+ import 'types.dart' ;
18
+ import 'util/jlist.dart' ;
14
19
15
20
/// A builder that builds proxy objects that implement one or more interfaces.
16
21
///
You can’t perform that action at this time.
0 commit comments