orientation_state 1.0.0
orientation_state: ^1.0.0 copied to clipboard
A Flutter plugin of detect screen orientation lock switch status
orientation_state #
A Flutter plugin of detect screen orientation lock switch status. !!You need to define manual permission to change system settings
Getting Started #
import 'package:orientation_state/orientation_state.dart';
isDeviceOrientationLocked = await _OrientationStateCheckerPlugin.isDeviceOrientationLocked();
await _OrientationStateCheckerPlugin.setOrientationState(true);
await _OrientationStateCheckerPlugin.setOrientationState(false);