Ian
Ian
Doh ignore me, I didn't even read this as the right github repo, I was looking at line_editor which I do, not line_animator. My stupid mistake. Thanks for this. I'll...
I've done some updates, so you could try it now.
Ah yes, well spotted, see if that's better.
Is it ok now ?
Sure you have updated it correctly, as line 36 initialises it, so not sure it can be null (and I don't get an error, so seems odd), but maybe I'm...
Super, thanks for the update and the patience.
Yes, just not in a rush atm as I think v7 needs to settle first. However, if anyone has a compelling reason, I'll try and make it happen sooner.
Heya, no there's not a breaking change, but I think there is an issue on latest release so I wouldn't recommend updating yet, this issue highlights the problem with polygons...
Ok, weird, I think something has gone astray with some flutter_map change (maybe), I can't get the polygon example to fill the poly. I can see there has been a...
I think the problem is that in flutter_maps polygon.dart is has this line... ``` LatLngBounds get boundingBox => _boundingBox ??= LatLngBounds.fromPoints(points); ``` so it's caching the bounding box now. As...