flutter设置某一页横屏

1,想要整个app都横屏,在进入app的时候设置 2,设置其中一页横屏,在init方法里设置,在销毁的方法里恢复竖屏。 @override void initState() { super.initState(); // 强制横屏 SystemChrome.setPreferredOrientations([ DeviceOrientation.landscapeLeft,
相关文章
相关标签/搜索