device_orientation_windows

Creator: coderz1093

Last updated:

0 purchases

device_orientation_windows Image
device_orientation_windows Images

Languages

Categories

Add to Cart

Description:

device orientation windows

device_orientation_windows #
A Flutter plugin to get Windows device orientation using wingdi
Getting Started #
Get current device orientation:
DeviceOrientation deviceOrientation = await DeviceOrientationWindows.getDeviceOrientation();
copied to clipboard
Listen for device orientation change events:
DeviceOrientation? deviceOrientation;
DeviceOrientationWindows.onOrientationChanged().listen((orientation) {
deviceOrientation = orientation;
});
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.