Flutter - App Orientation

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
SystemChrome.setPreferredOrientations(
[DeviceOrientation.landscapeLeft, DeviceOrientation.landscapeRight]);

Comments

Popular posts from this blog

Go-VSCode -Autocomplete and Auto-import

Go - mail