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 145 flutter_map issues
Sort by recently updated
recently updated
newest added

### What is the bug? After a fast change in zoom, my simple state/country border webp tiles do not redraw correctly. My GUESS is that the "old" tiles are not...

needs triage

### What is the bug? Originally reported by @josxha in #1828. Zooming in on a polygon (a lot) causes a gradual decrease in performance, and can result in a crash...

bug
P: 1 (important)
S: core

### What do you want implemented? While writing the [flutter_map_compass](https://pub.dev/packages/flutter_map_compass) plugin, I stumbled upon some problems. It is currently not possible to interact with ongoing map animations or interact with...

P: 3 (low)

This pr is probably a bit controversial. - It refactors LatLngBounds to store max and min latitude and longitude instead of the LatLngs of the corners - It cleans up...

### What do you want implemented? I'm currently writing an app which uses laser scanned 2D images as maps, and I would like to allow user to interact with these...

P: 4 (far future)

## Issues: #### (2) Cursor keyboard rotation also no longer sets rotation to the angle of cursor immediately when clicking. https://github.com/fleaflet/flutter_map/assets/58115698/74cc4727-7a31-49c7-8617-b5ecf21a9c35 #### (1) One bug with cursor keyboard rotation. Rotation...

The research in https://github.com/fleaflet/flutter_map/pull/1750#issuecomment-1846490749 and https://github.com/fleaflet/flutter_map/pull/1750#issuecomment-1847661696 points out the reasons to avoid records. Records have no advantage on memory consumtion while they require about double the time to be initialized....

feature
P: 3 (low)
S: core

### What is the bug? In Google Maps, Leaflet and Mapbox, on both the web and in Flutter, when you draw a polyline with a low opacity it gets darker...

feature
P: 4 (far future)
S: core

> Request for comments ### Motivation As mentioned by @JaffaKetchup in https://github.com/fleaflet/flutter_map/issues/1529#issue-1718239936, "much of the [gesture handling] code that does this was written in the first few releases, and has...

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

### What is the bug? ![image](https://github.com/fleaflet/flutter_map/assets/8239030/27c4b212-e02a-49df-b9b3-5a0c9b25d0c1) Error Message: LateInitializationError: Field '_interactiveViewerState@4245162146' has already been initialized. ---- LateInitializationError: Field '_interactiveViewerState@4245162146' has already been initialized. ---- ```console StackTrace: {#0 LateError._throwFieldAlreadyInitialized (dart:_internal-patch/internal_patch.dart:184:5) MapControllerImpl._interactiveViewerState=...

bug
needs triage
S: core