Flutter plugin for accessing accelerometer, gyroscope, and magnetometer sensors On OpenHarmony.
The OpenHarmony implementation of sensors_plus
.
sensors_plus
在 OpenHarmony 平台的实现。
dependencies:
sensors_plus: 4.0.2
sensors_plus_ohos: any
在你的项目的 module.json5
文件中增加以下权限设置。
requestPermissions: [
{"name" : "ohos.permission.ACCELEROMETER"},
{"name" : "ohos.permission.GYROSCOPE"},
],