Sultan Khan
Sultan Khan
Use the location package and implement the following code: [https://pub.dev/packages/location](url) ``` import 'package:location/location.dart'; Future checkLocationPermission() async { Location location = new Location(); bool _serviceEnabled; PermissionStatus _permissionGranted; _serviceEnabled = await location.serviceEnabled();...
Hey @vborbely, I still wasn't able to solve this problem for Android for my M1 Mac. Any update on the latest version of macOS Big Sur 11.5.2?
@vborbely I implemented the first solution but still got the same error regarding protobuf:protoc:3.13.0, it's like my changes to the flutter_blue gradle file aren't reflecting. Couldn't understand the second solution...
Reloaded Gradle project, restarted Android Studio and VS Code, still the same issue 😔  **Edited** My bad, I was using flutter_blue as well...
Hi, did you find a solution? Are you using Flavors in your Flutter app?
Same here, did you find a solution?