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

Android and iOS Geolocation plugin for Flutter

Results 259 flutter-geolocator issues
Sort by recently updated
recently updated
newest added

## 🐛 Bug Report The app can never request 'always' permission in iOS. ### Expected behavior The app should be able to request 'always' permission in iOS **Version:** 7.7.1 **Platform:**...

good first issue
platform: ios
P2

We are unable to locate, the location on android 13 (all devices), It working properly on below 13.

## HI, I hope everybody is good! Im working on point of sale terminal, this terminal doesn't have google play services(GApps), the android is very basic, this plugin sometimes works...

## 🐛 Bug Report on iOS a location request does not return a location, freezes instead. Works fine on android or after a reboot. Yes, I can just reboot on...

Please integrate even the Geofencing API in the current plugin so that it becomes easy to use and make it available to work in background that takes dart function as...

type: enhancement
platform: ios
platform: android
P3

## 💬 Questions and Help I'm struggling to get the user speed. ```dart double velocity = 0; @override void initState() { _determinePosition(); //just for authorisations Geolocator.getPositionStream( locationSettings: const LocationSettings( accuracy:...

## 💬 Questions and Help I have tried everything, but the app fails to build and only outputs this at the end: Error (Xcode): Framework not found geolocator. I have...

platform: ios

Geolocator does not return coordinate sometimes in android 11, it just returns error after a while. And sometimes it returns wrong coordinate if I don't forceAndroidLocationManager and sometimes, the location...

platform: android

## 🐛 Bug Report It reports MainActivity has leaked IntentReceiver `com.baseflow.geolocator.location.LocationServiceStatusReceiver`, when exiting the app. ### Expected behavior Call `unregisterReceiver()` when exiting the app. ### Reproduction steps 1. Checkout the...

type: bug
platform: android
P2

The Geolocator example depends on a package that is not generally available in pub.dev (baseflow_plugin_template). Please only use officially published packages, otherwise it is very time-consuming for beginners to find...

type: enhancement
type: documentation
up for graps