hemanthrajv / flutter_compass

MIT License
101 stars 170 forks source link

Bug Fix: The method 'cast' was called on null. #61

Closed scarnett closed 3 years ago

scarnett commented 3 years ago

Devices without a magnetometer sensor throw this error:

NoSuchMethodError: NoSuchMethodError: The method 'cast' was called on null.

This PR attempts to fix this issue.