如何在 Flutter 中覆盖supportedInterfaceOrientations?

Posted

技术标签:

【中文标题】如何在 Flutter 中覆盖supportedInterfaceOrientations?【英文标题】:How to override supportedInterfaceOrientations in Flutter? 【发布时间】:2020-01-15 03:07:05 【问题描述】:

我试图阻止我的一些 UIViewController 在 iPhone 物理旋转时自动旋转。我知道如何通过覆盖这些方法supportedInterfaceOrientationsshouldAutorotateios 原生方式做到这一点。但是如何在 Flutter 中覆盖这些方法呢?或者在 Flutter 中有没有其他方法可以做到这一点?

【问题讨论】:

【参考方案1】:

您可以在 main() 方法中使用 SystemChrome.setPreferredOrientations: SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp); 此外,将条目 UIInterfaceOrientationPortrait 添加到您的 plist

【讨论】:

以上是关于如何在 Flutter 中覆盖supportedInterfaceOrientations?的主要内容,如果未能解决你的问题,请参考以下文章

如何正确覆盖一个类,以便在 Flutter [Dart] 中唯一地添加到地图中

如何在flutter中停用或覆盖appBar中的箭头后退按钮?

如何在 Container 中垂直扩展 TextField 以覆盖 Flutter 中的所有可用空间

Flutter:多语言应用程序 - 如何覆盖语言环境?

如何在 Flutter 中的盒子装饰上的图像上添加不透明覆盖

如何在 Flutter 中让 ListView 中的项目覆盖整个屏幕