I want to get compass direction in my app. I am using flutter_compass to access compass direction. But flutter_compass is a bit slow means when I rotate my device it does not accurately give the direction of compass. That's why I want to use sensors_plus. Because It has more popularity. But sensors_plus give us position x,position y and z. I don't know how to use these positions to get compass direction.
If anyone know how to get compass direction using sensors_plus then answer this question