flutter-tizen / engine

The Flutter engine
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
6 stars 19 forks source link

Synchronous keyboard events #221

Closed swift-kim closed 2 years ago

swift-kim commented 2 years ago

https://medium.com/flutter/whats-new-in-flutter-2-8-d085b763d181#a407

The keyboard input system is being reworked in the upstream (more processing should be done by the embedder side), so we'll need to make some changes to our embedder sooner or later.

xiaowei-guan commented 2 years ago

Related PR:

swift-kim commented 2 years ago

@xiaowei-guan Are you working on this or may I take a look?

xiaowei-guan commented 2 years ago

@xiaowei-guan Are you working on this or may I take a look?

I am working on webrtc plugin task, If you want, just do it.