flutter_tv_autofocus
A new Flutter widget that add support for AndroidTV app. Using keyboard to control focus node.
Getting Started
- Wrap your flutter page with AutoFocusContainer
- Wrap your widget that need a focus with AutoFocus
- If your AutoFocus is in a widget which is subclass of ScrollView,you must pass a ScrollController with it