From 1bd1abe01da4311a64d4e089c643f2726ad1f636 Mon Sep 17 00:00:00 2001 From: faizatflutter Date: Mon, 18 Mar 2024 17:27:53 +0500 Subject: [PATCH] orientation uopdated --- lib/home/home_screen.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/home/home_screen.dart b/lib/home/home_screen.dart index a045b01..f54badd 100644 --- a/lib/home/home_screen.dart +++ b/lib/home/home_screen.dart @@ -153,8 +153,8 @@ class MyHomePage extends StatelessWidget { log(appProvider.currentScreenRotation.toString()); return RotatedBox( - quarterTurns: 3, - // quarterTurns: getTurnsByOrientation(appProvider.currentScreenRotation), + // quarterTurns: 3, + quarterTurns: getTurnsByOrientation(appProvider.currentScreenRotation), child: AppScaffold( appProvider: appProvider, appBar: const AppHeader(),