native_device_orientation 0.1.2
native_device_orientation: ^0.1.2 copied to clipboard
A Flutter plugin for reading device's native orientation
0.1.2 March 4, 2019 #
- Reduce amount of orientation changes by keeping track of last change.
0.1.1 March 4, 2019 #
- Fix documentation and re-order changelog.
0.1.0 March 4, 2019 #
- Integrate PRs updating to AndroidX and implementing useSensor
- Also made a few changes to do with UseSensor so be careful of that if you're using the NativeDeviceOrientationCommunicator directly; users who simply use the widget shouldn't notice anything.
0.0.4 January 2, 2019 #
- Switch to using UIDeviceOrientation on iOS
0.0.2 June 4, 2018 #
- Fix name of package
0.0.1 June 4, 2018 #
- Implement Android & iOS native code.
- Implement Flutter code & widget.
- Write simple example.