xxoo / av_media_player

A lightweight media player for flutter.
https://pub.dev/packages/av_media_player
BSD 2-Clause "Simplified" License
10 stars 0 forks source link

Control Panel Overlay ATV support. #6

Open michalss opened 2 months ago

michalss commented 2 months ago

Can you please also add control panel overlay with arrow navigations ?

xxoo commented 2 months ago

The built-in control panel might not be very versatile, as users may require different styles and sets of features. However, adding UI controls in Flutter is easy, and you can refer to the code in main_advanced.dart to implement them.

michalss commented 2 months ago

i do understand this, but in flutter to make arrow navigation with more advance layout as for example control ATV is the problem. To make it work with Mobile android or any other device except ATV is very easy, since you dont need it there :)..