flutter_sensors 1.0.1 flutter_sensors: ^1.0.1 copied to clipboard
A flutter plugin to access the available sensors of the device.
Changelog #
1.0.1 #
- Updated README.md
1.0.0 #
- Updated to support null safety.
0.1.6 #
- Fixed delay problem that avoided events to be reported (#3).
0.1.5 #
- Fixed compilation error (#2). Added support for new embedding mechanism.
0.1.2 #
- Updated Android dependencies
0.1.1 #
- Updated description.
- Formatted code.
0.1.0 #
- Sensor stream to retrieve data.
- Dynamic sensor registering in Android.
- iOS register some specific sensors. (Check Sensors.dart class)