mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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