We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c18b5b commit 9c7c786Copy full SHA for 9c7c786
pkgs/jni/lib/src/errors.dart
@@ -4,7 +4,8 @@
4
5
import 'dart:io';
6
7
-import '../_internal.dart';
+import 'package:meta/meta.dart' show internal;
8
+
9
import 'third_party/generated_bindings.dart';
10
11
// TODO(#567): Add the fact that [JException] is now a [JObject] to the
pkgs/jni/lib/src/jimplementer.dart
@@ -7,10 +7,11 @@ import 'dart:isolate';
import 'package:meta/meta.dart' show internal;
-import '../jni.dart';
import 'accessors.dart';
12
import 'jni.dart';
+import 'jobject.dart';
13
14
+import 'types.dart';
15
16
/// A builder that builds proxy objects that implement one or more interfaces.
17
///
0 commit comments