flutter_native_device_orientation
flutter_native_device_orientation copied to clipboard
Added web support
Added support for flutter web.
Currently when using this plugin directly on web it just crashes. Instead of checking for web use I thought it would be better to open a PR and make this plugin compatible with web as well:
Logic based on https://developer.mozilla.org/en-US/docs/Web/API/Screen/orientation See also: https://caniuse.com/screen-orientation
If browser support is not given, then we fall back to the provided defaultOrientation
.
Looking forward to your feedback/suggestions.