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

No implementation found for method isLocationServiceEnabled on channel flutter.baseflow.com/geolocator

Open Marco410 opened this issue 3 years ago β€’ 0 comments

πŸ› Bug Report

MissingPluginException (MissingPluginException(No implementation found for method isLocationServiceEnabled on channel flutter.baseflow.com/geolocator))

Expected behavior

I only need if the user activate their GPS

Reproduction steps

ItΒ΄s when i try to access to this function final isEnable = await Geolocator.isLocationServiceEnabled();

Configuration

Here is my flutter doctor Doctor summary (to see all details, run flutter doctor -v): [βœ“] Flutter (Channel stable, 2.2.3, on macOS 12.4 21F79 darwin-arm, locale en-MX) [βœ“] Android toolchain - develop for Android devices (Android SDK version 32.0.0) [βœ“] Xcode - develop for iOS and macOS [βœ“] Chrome - develop for the web [βœ“] Android Studio (version 2020.3) [βœ“] VS Code (version 1.71.1) [βœ“] Connected device (3 available)

β€’ No issues found!

Version: 8.0.5

Platform:

  • [ ] :iphone: iOS
  • [x] :robot: Android

Marco410 avatar Sep 15 '22 18:09 Marco410