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

A Geocoding plugin for Flutter

Results 46 flutter-geocoding issues
Sort by recently updated
recently updated
newest added

### **Flutter 3.3.0** ``` Note: C:\src\flutter\.pub-cache\hosted\pub.dartlang.org\geocoding-2.0.5\android\src\main\java\com\baseflow\geocoding\Geocoding.java uses or overrides a deprecated API. ```

## 🐛 Bug Report Hi friends, After I upgraded to new version (2.0.5) from last version (2.0.4) my builds failed: FAILURE: Build failed with an exception. * What went wrong:...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Enhancement: added 'formattedAddress' Android is just as like #55 , but iOS fixed. ### :arrow_heading_down:...

## 💬 Questions and Help Basically what the title says. `placemarkFromCoordinates` require only one coordinate, why does it return a `List` with multiple `Placemarks`? Also, usually geocoding plugins ask for...

What is the minimum Android version required to run this plugin?

Wanted to know that, is there any free packages from which we can get address from the given latitude and longitude in flutter without any pricing issues, as geocoding has...

## 🐛 Bug Report I am getting an error when moving camera on **Google Map** & calling **placemarkFromCoordinates** api in onCameraMove callback in GoogleMap widget. I got data successfully at...

## 🐛 Bug Report The name 'Placemark' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a...

## 🐛 Bug Report ### Expected behavior ### Reproduction steps ### Configuration **Version:** 1.x **Platform:** - [ ] :iphone: iOS - [ ] :robot: Android

## 🔙 Regression I got this error exception when trying to Add Flutter to Existing Native App (iOS) ### Configuration - add flutter app as framework into existing iOS App...