Show audio filename

This commit is contained in:
2025-08-02 15:13:50 +08:00
parent e1286c797f
commit 4d4409de2e
3 changed files with 32 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ class CloudFileWidget extends ConsumerWidget {
constraints: BoxConstraints(
maxWidth: math.min(360, MediaQuery.of(context).size.width * 0.8),
),
child: UniversalAudio(uri: uri),
child: UniversalAudio(uri: uri, filename: item.name),
),
),
_ => Text('Unable render for ${item.mimeType}'),