Full screen player

This commit is contained in:
2024-08-27 20:49:48 +08:00
parent 2e17078fea
commit a2bc08bbd9
9 changed files with 262 additions and 23 deletions

View File

@ -65,6 +65,8 @@ class _PlaylistTrackListState extends State<PlaylistTrackList> {
title: Text(item?.name ?? 'Loading...'),
subtitle: Text(
item?.artists?.asString() ?? 'Please stand by...',
maxLines: 1,
overflow: TextOverflow.ellipsis,
),
onTap: () {
if (item == null) return;