flutter_auto_orientation 1.0.0-beta.1
flutter_auto_orientation: ^1.0.0-beta.1 copied to clipboard
A Flutter plugin for controlling screen orientation, supporting both Android and iOS platforms.一个用于控制屏幕方向的Flutter插件,支持Android和iOS平台。
1.0.0-beta.1 #
-
Initial release.
-
首次发布。
-
Added support for setting screen orientation to landscape (left and right).
-
新增支持设置屏幕方向为横屏(左旋和右旋)。
-
Added support for setting screen orientation to portrait (up and down).
-
新增支持设置屏幕方向为竖屏(正向和反向)。
-
Added support for full automatic orientation based on device sensor.
-
新增支持根据设备传感器进行全自动屏幕旋转。
-
Note: On iOS versions below 16.0, the plugin uses a private API that may cause App Store rejection. Please use with caution.
-
注意: 在 iOS 16.0 以下版本中,本插件使用了可能导致 App Store 审核被拒的私有 API。请谨慎使用。