Flutter_DPad icon indicating copy to clipboard operation
Flutter_DPad copied to clipboard

Flutter widget built for Android/Fire TV. Flutter don’t support android TV officially and there is no support for DPad controller. I developed a widget which support DPad and respond to all controller...

Flutter TV DPad

Flutter application for handling TV D_pad navigation.

Getting Started

Simply find the widget named DpadWidget in on_dpad_clic_widget.dart file. This widget has two methods

1) Function onClick

This method supports Dpad key code 23 and simple Keyboard Key 66

1) Function(bool isFocused) onFocus

This method returns true when any interaction happens with it and false when the control moves out.

for more details please navigate to lib folder and check on_dpad_clic_widget.dart file

Alt Text