Closed ScottS2017 closed 5 years ago
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v
and a minimal reproduction of the issue.
scrcpy ( https://github.com/Genymobile/scrcpy ) is an app that mirrors your physical device on your desktop and allows you to control the device via the mirror. When clicking on the mirror with the mouse, I'm getting an NPE when calling android.view.InputDevice.getMotionRange(int) from FlutterView.java.
https://github.com/flutter/engine/blob/master/shell/platform/android/io/flutter/view/FlutterView.java#L475
https://developer.android.com/reference/android/view/InputEvent.html#getDevice%28%29
Steps to Reproduce
Logs
(Flutter doctor flags that AS doesn't have the plugin but I use IntelliJ for Flutter, so we can ignore it.)