TobnacTobi / Darts

FireTV Darts Counter App
0 stars 0 forks source link

Listen for FireTV Keys #1

Open TobnacTobi opened 2 years ago

TobnacTobi commented 2 years ago

Use this Flutter Widget to listen for FireTV Keys. Test the behaviour.

TobnacTobi commented 2 years ago

The suggested Implementation only listenes for global Key-Presses. They have no context and you don't know which button was focused etc. Simple Navigation Features do work natively. Only the "Select"/"OK" Button does not work as expected.

Instead I used this implementation to create DPad-Clickable Widgets. Further Features are yet to be tested.