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? 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...
### 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...
### 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...
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...
## 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....
### 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...
> 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...
### What is the bug?  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=...