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? A property that can take a number of tiles in each direction outside of the current viewport to preload and render for smoother appearance....

enhancement

**Describe The Problem** I really like the `_animatedMapMove()` function from one of your example projects: https://github.com/fleaflet/flutter_map/blob/master/example/lib/pages/animated_map_controller.dart#L42 I find myself copying those in all of my projects taht uses your library....

enhancement

Hi, I'm trying to reimplement an existing Leaflet-based app using flutter. In that app, the developer used Polygons to display the outline of a building, which when clicked/tapped shows additional...

enhancement
help wanted
high priority

This issue aims to help track the multiple performance issues, so it's easier to handle them by linking them together, fixing them, or closing them. - [x] #1161 - [x]...

bug
high priority

### What is the bug? When you look at the example HomePage, there should be 3 markers. Only one displays until you move the map. (This works fine on the...

bug

### What is the bug? hi there flutter_map: 2.0.0 in my case, i have 2 diffenert crs epsg4490 and epsg3857 , let's say we set it as 4490 in the...

bug
needs verification

Hi all, and thanks for the great support that has been shown to us maintainers recently. We want to thank all of you contributors as well, you've helped bring this...

general

While the `_rotation` field is stored in MapState, and recently we've got rotation support in `MapController`(#1115), core methods in `MapState` do not account for rotation anywhere. For example, `layerPointToLatLng` produces...

bug
needs verification

### What is the bug? The `ScaleLayerPlugin` shows incorrect scale, sometimes negative. ### What is the expected behaviour? The `ScaleLayerPlugin` should work the same regardless of projection. ### How can...

P: 4 (far future)

**Describe The Bug** Fit map to bounds occasionally results in a typecast exception. **Expected Behavior** Typecast exception is never thrown. **Screenshots & Recordings** None **Additional Information** ``` type '_Smi' is...

bug
needs verification