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 is the bug? When an object of class LatLngBounds is created with some values, the subsequent call of the getter "center" on the object causes an AssertionError ###...

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

**Work in progress, feedback and additions are welcome, event names are not final** ## Motivation - Some event sources have their dedicated event class. Having both is redundant. - An...

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

This is a potential proposal to removing dependency on latlong2. Mainly it restricts bounds to +-180, +-90 which makes wrapping maps impossible in practice. A record type makes it easy...

### What is the bug? On web, when using mousedown-drag-mouseup to move the map, and then using mousewheel to zoom in/out, the movement continues and acts unexpectedly. ### How can...

bug
P: 3 (low)
S: core

### What is the bug? On web, when using mousedown-drag-mouseup to move the map, even a small distance (e.g. 20px) causes the map to move a far distance (e.g. 1...

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

### What do you want implemented? A generic "zoom" event, to simplify updating the internal state of the app that depends on the zoom level number. ### What other alternatives...

feature
P: 3 (low)
S: core

flutter_map makes extensive use of custom/raw gesture handling, outside of `GestureDetector`. Much of the code that does this was written in the first few releases, and has not been significantly...

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

### What do you want implemented? Since v6, `Marker`s can only be aligned relatively (on a scale of 0-1) through `Alignment`. It would be good for there to be an...

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

### What is the bug? If I put FlutterMap inside ScrollView (e.g. SingleChildScrollView with a Column of several elements) I cannot scroll the scroll view with the trackpad if the...

bug
P: 3 (low)
S: core

### What do you want implemented? Is it possible to zoom out by two fingers tap like Google Maps or Apple Maps? ### What other alternatives are available? _No response_...

feature
P: 3 (low)
S: core