如何在 flutter 应用中计算楼梯
我正在尝试在 flutter 中创建应用程序,如果有人知道如何找到经度和高度或与我的项目相关的其他一些有用的传感器,它可以计算楼梯和步骤,请提及它们
I am trying to create application in flutter which would calculate stairs and steps if anyone know how to find logitude and altitude or some other helpful sensors related to my project kindly mention them
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只能使用
陀螺仪
和加速度计
计算步数,但无法通过传感器计算楼梯。You can calculate just steps with
gyro
andAccelerometer
but can not count stairs through sensors.