rmtmckenzie / flutter_native_device_orientation

Native device orientation plugin for flutter.
MIT License
76 stars 63 forks source link

Add a deviceOrientation property to NativeDeviceOrientation which returns DeviceOrientation? #64

Closed rmtmckenzie closed 9 months ago

rmtmckenzie commented 9 months ago

See #62.

This is a slightly cleaner (in my mind anyways) implementation as it doesn't require an additional switch.