You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!_isCompassCalibrated)
Padding(
padding: const EdgeInsets.all(8.0),
child: Text(
'Compass is not calibrated. Please wave your device in a figure-8 motion.',
style: TextStyle(
color: Colors.red,
),
textAlign: TextAlign.center,
),
),
I wanted to show a calibration required gif if the compass requires calibration. How can I detect that?
The text was updated successfully, but these errors were encountered: