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

This pr solved https://github.com/Baseflow/flutter-geolocator/issues/1495

### Please check the following before submitting a new issue. - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). - [X] I have carefully [read the documentation](https://github.com/Baseflow/flutter-geolocator/blob/main/geolocator/README.md) and verified I have...

Bumps com.android.tools.build:gradle from 7.4.2 to 8.4.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=7.4.2&new-version=8.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps androidx.core:core from 1.9.0 to 1.13.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.core:core&package-manager=gradle&previous-version=1.9.0&new-version=1.13.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

### Please check the following before submitting a new issue. - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). - [X] I have carefully [read the documentation](https://github.com/baseflow/flutter-geolocator/blob/main/geolocator/README.md). ### Please select for...

### Is there already an issue requesting this feature? - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). ### Please select affected platform(s) - [X] Android - [ ] iOS -...

type: enhancement
platform: android

### Please check the following before submitting a new issue. - [x] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). - [X] I have carefully [read the documentation](https://github.com/Baseflow/flutter-geolocator/blob/main/geolocator/README.md) and verified I have...

### Please check the following before submitting a new issue. - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). - [X] I have carefully [read the documentation](https://github.com/baseflow/flutter-geolocator/blob/main/geolocator/README.md). ### Please select for...

### Please check the following before submitting a new issue. - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). - [X] I have carefully [read the documentation](https://github.com/baseflow/flutter-geolocator/blob/main/geolocator/README.md). ### Please select for...

`locationManager.addNmeaListener()` requires the ACCESS_FINE_LOCATION permission. With only reduced locations enabled this would cause an exception. Fixes #1520 Fixes #1515 ## Pre-launch Checklist - [ ] I made sure the project...