flutter強制橫屏豎屏設置

void main(){ // 強制橫屏 SystemChrome.setPreferredOrientations([ DeviceOrientation.landscapeLeft, DeviceOrientation.landscapeRight ]); runApp(new MyApp()); } void main(){ // 強制豎屏 Syst
相關文章
相關標籤/搜索