-
John McCutchan authored
Touch events were being ignored by Google Maps because we were always setting the event source to UNKNOWN. This PR maps our PointerDeviceKind to Android's InputDevice.SOURCE_* enums. Manually tested with Google Maps. https://github.com/flutter/flutter/issues/128925