Reinis Sprogis

Results 6 issues of Reinis Sprogis

Hi. I mostly use web browser on my second vertical monitor when reading documentation. But sidebars take a lot of screen space and usually dartpad is very squished. So I...

type-enhancement
P2
area-web-design

By trying to resolve flash on seamless scroll, I had an idea to try load tile images faster by caching them in Map where key is (x:y:z) and Uint8List is...

Added ValueKey and RepaintBoundary to preserve Marker state. m.key was always null. However, might be that implementation can produce duplicate Keys if coordinates of the two markers are the same....

### What is the bug? Hi. When setting useStrokeWidthInMeter = true on a Polyline, the stroke width does not reflect accurate real-world meter sizing. This appears to be due to...

P: 3 (low)

I needed a onPointerMove functionality but there was only onPointerHover. For example when I want to drag graphics on map, I disable map pan onTapDown and can use onPointerMove to...

Previously each tile widget was discarded and rebuilt on every map gesture. Now it just gets repositioned. I still need to check if this doesn't cause any implications. I think...