Sultan Khan

Results 6 comments of 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 😔 ![Screenshot 2021-08-26 at 12 09 37 PM](https://user-images.githubusercontent.com/86819356/130917853-992e3a56-228b-43ea-9704-22c64af54e81.png) **Edited** My bad, I was using flutter_blue as well...

Same here, did you find a solution?