orientation uopdated

master
faizatflutter 2 years ago
parent 66010e4f5d
commit 1bd1abe01d

@ -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(),

Loading…
Cancel
Save