login
This commit is contained in:
@@ -34,6 +34,11 @@ void main() async {
|
||||
),
|
||||
);
|
||||
|
||||
await SystemChrome.setPreferredOrientations([
|
||||
DeviceOrientation.landscapeLeft,
|
||||
DeviceOrientation.landscapeRight,
|
||||
]);
|
||||
|
||||
if (kReleaseMode) {
|
||||
debugPrint = (message, {wrapWidth}) => '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user