focusnode_widgets 0.0.9
focusnode_widgets: ^0.0.9 copied to clipboard
Reusable focus node widgets. Can be controlled with keyboard or Remote Control (e.g. Android TV).
0.0.9 4 Sep 2019 #
- Modified HyperLinkMenuItem to not to call the launchUrl internally, provided callback for the same, on android TV url needs to be launched in WebView as per guidelines,
0.0.8 2 Sep 2019 #
- Bug fix : D-PAD - center (logical select key was not handled)
0.0.7 2 Sep 2019 #
- Support of KeyPrintMenuItem
0.0.6 1 Sep 2019 #
- It should be possible to accept any Widget in VerticalMenuForAndroidTV
0.0.5 1 Sep 2019 #
- Support of CheckboxListTileMenuItem
0.0.4 1 Sep 2019 #
-
Support of adding any StatelessWidget to VerticalMenu, It won't receive focus.
-
VerticalMenuForAndroidTV now accepts list of StatelessWidget as menu items
-
Support of FocusableSimpleMenuItem which can be added to VerticalMenuForAndroidTV
-
Support of adding any widget to VerticalMenuForAndroidTV, it won't get focused
-
Added example code in README.md
0.0.3 1 Sep 2019 #
- Bug fix, VerticalMenuItem needs to extend from StatelessWidget
0.0.2 31 Aug 2019 #
-
VerticalMenuForAndroidTV and HyperLinkMenuItem supported,
-
Container parameters are passed to VerticalMenuForAndroidTV which are used to display the MenuItem
-
Example updated
0.0.1 31 Aug 2019 #
- Initial Open Source release.