flutter_map
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.
### 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 ###...
**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...
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...
### 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...
### 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...
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...
### 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...
### 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...
### 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_...