We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On android 13 im getting the following exception when trying to check if the device sensor is available.
Implementation:
SensorManager().isSensorAvailable(Sensors.ROTATION).then((value) { if(value){ _initSensors(); } }).onError((error, stackTrace) { print(error); });
Error: No implementation found for method is_sensor_available on channel flutter_sensors
No implementation found for method is_sensor_available on channel flutter_sensors
The text was updated successfully, but these errors were encountered:
On android 13 im getting the following exception when trying to check if the device sensor is available. Implementation: SensorManager().isSensorAvailable(Sensors.ROTATION).then((value) { if(value){ _initSensors(); } }).onError((error, stackTrace) { print(error); }); Error: No implementation found for method is_sensor_available on channel flutter_sensors
I thought this was the flutter_sensors repository, please update repository link on the pub page
Sorry, something went wrong.
No branches or pull requests
On android 13 im getting the following exception when trying to check if the device sensor is available.
Implementation:
Error:
No implementation found for method is_sensor_available on channel flutter_sensors
The text was updated successfully, but these errors were encountered: