gyroscope
A Flutter plugin to use Gyroscope in flutter using Android and IOS native.
Getting Started
Usage
GyroscopeSensorImpl gyro = GyroscopeSensorImpl();
gyro.subscribe(data, rate: SampleRate.fastest);
gyro.unsubscribe();
Permissions.
(IOS) add sensor permission in info.plist
- NSMotionUsageDescription
TODO: