flutter_map icon indicating copy to clipboard operation
flutter_map copied to clipboard

A versatile mapping package for Flutter. Simple and easy to learn, yet completely customizable and configurable, it's the best choice for mapping in your Flutter app.

Results 86 flutter_map issues
Sort by recently updated
recently updated
newest added

### What do you want implemented? if it is possible add dashed polyline with parameter isDashed: true and dashedWidth: {int} ### What other alternatives are available? _No response_ ### Can...

feature
P: 3 (low)
S: core

### What do you want implemented? `LatLng` used by Flutter Map is currently from the [latlong2](https://pub.dev/packages/latlong2) plugin. One major limitation of the plugin is the assertion of the latitude/longitude bounds....

feature
P: 4 (far future)
S: core

### What is the bug? Hi, I've been playing around with Bing Maps implementation ([see here](https://github.com/fleaflet/flutter_map/issues/1197#issuecomment-1478763824)). Although it works properly in a default setup, when setting `retinaMode: true` in `TileLayer`...

bug
needs triage
S: core

### What do you want implemented? i'm absolutely in love with flutter_map ;) thanks a lot for this awesome package ! however an option like [worldCopyJump](https://leafletjs.com/reference.html#map-worldcopyjump) in [leaflet](https://leafletjs.com) would be...

feature
P: 3 (low)
S: core

### What is the bug? Performing the double-tap-drag gesture (`MapEventSource.doubleTapHold`) does not cause new tiles to load after the gesture. It's the correct behaviour for tiles not to load DURING...

bug
P: 2 (soon™?)
S: core

### What is the bug? Pinch zoom is currently broken on iOS web when tested using latest master branch and demo application, using Safari and Chrome on iPhone SE2020, 11...

bug
P: 1 (important)
S: core

### What is the bug? The TileProvider(tileSize: ) argument does not seem to produce desired maps when set to a value different than 256. [JaffaKetchup](https://github.com/JaffaKetchup) did testing in https://github.com/fleaflet/flutter_map/pull/1668#issuecomment-1738056062 here...

bug
P: 2 (soon™?)
S: core

### What is the bug? Since v4 I was able to create a marker which contained a GestureDetector as builder output. This GestureDetector included an onPanUpdate event which I used...

bug
P: 3 (low)
S: core

### What do you want implemented? Hello, I tried to achieve Baidu layer tiles, but always render out of order. http://online1.map.bdimg.com/onlinelabel/?qt=tile&x={x}&y={y}&z={z}&styles=pl&scaler=1&p=1 ### What other alternatives are available? I tried to...

bug
P: 2 (soon™?)
S: core

### What is the bug? My case is polygon with a lot of holes, it two corner case that I found, based on same problem in code, I believe, please...

bug
needs triage