Luka S
Luka S
### 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....
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]...
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...
This is the error: > Access to XMLHttpRequest at 'http://192.168.56.1:8330/commands/' from origin 'http://localradio.koenvh.nl' has been blocked by CORS policy: The request client is not a secure context and the resource...
Adds support for flutter_map v3.0.0 (see https://github.com/fleaflet/flutter_map/pull/1333), which introduces many breaking changes. There are no breaking changes in this library, other than changes due to the breaking changes in flutter_map.
This is designed to reduce the time it takes to generate the list of tiles within a region, as well as any other improvements I can make. For example, using:...
Recently ported to Dart at https://github.com/JaffaKetchup/dart_earcut, with package available at https://pub.dev/packages/dart_earcut.
### 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...
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...