如何在Dart中锁定屏幕方向

时间:2018-06-12 19:33:20

标签: mobile dart

如何锁定屏幕方向?

尝试了这段代码,但似乎是我用错了...因为它在我的Android智能手机上无效...

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

1 个答案:

答案 0 :(得分:0)

Dart目前无法做到这一点。

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

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

为Dart提供此类原生文件