flutter-geolocator icon indicating copy to clipboard operation
flutter-geolocator copied to clipboard

Geolocator.isLocationServiceEnabled() isn't working well

Open DennisJu007 opened this issue 3 years ago • 0 comments

🐛 Bug Report

bool isLocationServiceOn = await Geolocator.isLocationServiceEnabled(); i got [isLocationServiceOn = false] when my gps switch was openned.

Expected behavior

this only happend on my Lenovo Pad, while other android phone worded well.

Reproduction steps

Configuration

image

Version:

Platform:

  • [ ] :robot: Android 11

DennisJu007 avatar Jan 07 '22 09:01 DennisJu007