mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 15:08:18 -07:00
feat: Added playbackinformation to native player ui
This commit is contained in:
parent
37496f87e3
commit
25304d0a5b
14 changed files with 266 additions and 50 deletions
|
|
@ -69,6 +69,8 @@ class MediaStreamsModel {
|
|||
return "${stream.width}x${stream.height}";
|
||||
}
|
||||
|
||||
String? get mediaInfoTag => '${displayProfile?.value} ${resolution?.value}';
|
||||
|
||||
Widget? audioIcon(
|
||||
BuildContext context,
|
||||
Function()? onTap,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue