Playable playlist screen

This commit is contained in:
2024-08-28 20:34:35 +08:00
parent 70039a4901
commit c0714ab3c8
5 changed files with 88 additions and 14 deletions

View File

@ -36,7 +36,7 @@ class _NavShellState extends State<NavShell> {
child: Column(
mainAxisSize: MainAxisSize.min,
children: [
const BottomPlayer(),
const BottomPlayer(key: Key('app-wide-bottom-player')),
const Divider(height: 0.3, thickness: 0.3),
BottomNavigationBar(
elevation: 0,