mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Events can only be redispatched using gdk_event_put which is not dependent on the view. Ideally the tests would mock gdk_event_put, but I wasn't able to get it working so I've added fl_keyboard_manager_set_redispatch_handler for now.