|
|
|
@ -153,8 +153,8 @@ class MyHomePage extends StatelessWidget {
|
|
|
|
log(appProvider.currentScreenRotation.toString());
|
|
|
|
log(appProvider.currentScreenRotation.toString());
|
|
|
|
|
|
|
|
|
|
|
|
return RotatedBox(
|
|
|
|
return RotatedBox(
|
|
|
|
quarterTurns: 3,
|
|
|
|
// quarterTurns: 3,
|
|
|
|
// quarterTurns: getTurnsByOrientation(appProvider.currentScreenRotation),
|
|
|
|
quarterTurns: getTurnsByOrientation(appProvider.currentScreenRotation),
|
|
|
|
child: AppScaffold(
|
|
|
|
child: AppScaffold(
|
|
|
|
appProvider: appProvider,
|
|
|
|
appProvider: appProvider,
|
|
|
|
appBar: const AppHeader(),
|
|
|
|
appBar: const AppHeader(),
|
|
|
|
|