jwinarske / meta-flutter

Yocto meta layer for recipes related to using Google Flutter Engine
MIT License
45 stars 21 forks source link

Keyboard Support #11

Closed limbouser closed 3 years ago

limbouser commented 4 years ago

Does your version of flutter_wayland have keyboard support? When I tried a sample application in flutter_wayland, I could navigate properly using mouse but couldn't navigate using keyboard. Both on Ubuntu Linux and Pi. Could this be anything wrong from my side?

jwinarske commented 4 years ago

The existing keyboard handler sends raw key events via JSON over the platform channel. For what you're looking for requires some minor code updates.

What's your timeline?

limbouser commented 4 years ago

I tried some other codes for keyboard support since I couldn't find it here and got an exception similar to https://github.com/flutter/flutter/issues/48442 . Just wanted to know if it was caused by the engine or the code. I had these issues only on Left and Down arrow keypress, Right and UP are working fine, and I am kind of stuck because of the same. So just close this issue when you fix Keyboard support in flutter_wayland.

limbouser commented 4 years ago

Hello @jwinarske , Did you get a chance to go through keyboard support? Can you check it with the latest master/stable and verify if you are getting https://github.com/flutter/flutter/issues/61711 anything similar to this? I really wanted a solution for this issue and it looks like an SDK issue to me.

jwinarske commented 3 years ago

closing this as meta-flutter is just a configuration layer. Please file issues with the actual repo in question. Thanks.