From d8c0c15a588411317673525c75be5cbdd5cdbc99 Mon Sep 17 00:00:00 2001 From: Chaphasilor Date: Mon, 11 Nov 2024 18:20:14 +0100 Subject: [PATCH] fix build failing due to typo --- lib/screens/player_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/player_screen.dart b/lib/screens/player_screen.dart index 15e4f982..d2545bf7 100644 --- a/lib/screens/player_screen.dart +++ b/lib/screens/player_screen.dart @@ -262,7 +262,7 @@ class _PlayerScreenContent extends ConsumerWidget { screenOrientation); if (controller.useLandscape) { return Row( - crossAxisAlignment: CrossAxisAliingnment.center, + crossAxisAlignment: CrossAxisAlignment.center, children: [ SizedBox( width: controller.albumSize.width,