it wasn't a bit mask). Eventually the power manager should be changed to be told about these changes to cached state instead of listening to every proc state change, but we'll do that later, it is more disruption than I want to take for now. However, while working...
at // any time. The example should keep working if that happens. // ignore: dead_code return Icons.camera; } void _logError(String code, String? message) { // ignore: avoid_print print('Error: $code${message == null ? '' : '\nError Message: $message'}'); } class _CameraExam...
This is not working for me. I had that error when running my unit test from Android Studio: What fixed it for me was to set the "specify classes and packages" option in the run configuration: MGaetan89mentioned this issueSep 26, 2024 ...