'How to enable other Key Codes for LogicalKey.Enter in Flutter
I'm trying to write a quite simple App for FireTV with Flutter.
Everything works fine except the "Select"-Button of the FireTV Remote. It does not trigger a "Tap" or "Pressed" on interactive Widgets.
However, the navigation and traversal through FocusNodes works fine.
I have tried some workarounds with like this: Open DrowDownButton programmatically
But I don't think this is a durable solution since I have to come up with something new for the selection of the DropDownMenu Items.
Is there a proper way to add the LogicalKeyboardKey.select to the Keys which trigger the press of a button or the selection of an item?
I was not able to find anything online after many hours of researching.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
