We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8502d2 commit ab0d4b4Copy full SHA for ab0d4b4
shell/platform/android/io/flutter/embedding/engine/systemchannels/MouseCursorChannel.java
@@ -4,8 +4,8 @@
4
5
package io.flutter.embedding.engine.systemchannels;
6
7
-import android.support.annotation.NonNull;
8
-import android.support.annotation.Nullable;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
9
import androidx.annotation.VisibleForTesting;
10
import io.flutter.Log;
11
import io.flutter.embedding.engine.dart.DartExecutor;
shell/platform/android/io/flutter/embedding/engine/systemchannels/RestorationChannel.java
@@ -4,7 +4,7 @@
import io.flutter.plugin.common.MethodCall;
0 commit comments