如何在 Dart 中锁定屏幕方向



如何锁定屏幕方向?

尝试了这段代码,但似乎我用错了...因为它在我的安卓智能手机上不起作用...

window.screen.orientation.lock(window.screen.orientation.type);

目前在Dart中没有办法做到这一点。

https://github.com/flutter/flutter/issues/6381

该问题还包含如何在平台本机代码中执行此操作的链接。 您可以使用插件将此类本机提供给 Dart https://flutter.io/developing-packages/#plugin

相关内容

  • 没有找到相关文章

最新更新