Luka S

Results 309 comments of Luka S

Hey @FeofanGreek, if you're still interested, can you try this out with the latest 'master' and Flutter 3.10?

Very similar to #1634.

Can someone please confirm if this still occurs?

I will say that I don't think this is top priority. This is quite a level of micro-optimization!

@greensopinion Please note https://pub.dev/packages/flutter_map/versions/4.0.0-dev.1/changelog

@greensopinion Both. Probably not a massive performance improvement, but there is a chance it will help. There are major API changes - but I'm not sure if any of them...

Just for context, we're looking into potentially using `drawVertices` to draw polygons in FM, but that's still in mostly private discussion. You may also be interested in dart_earcut (self-promo :D),...

@j-bbr Right now we are not implementing `drawVertices`, and if we do, it'll be for `Polygon`s only: we have no plans to make a vector layer for now.

> Encourage authors to write comparisons between their own package and similar packages. How would this be done, in terms of how would maintainers be encouraged, how would this be...

I'm not sure how related this is, but I've noticed in the dartdoc generated docs from pub.dev, the blocks appear plain, as [in this link](https://github.com/dart-lang/pub-dev/issues/7278#issuecomment-1898582064). ![image](https://github.com/dart-lang/pub-dev/assets/58115698/6f765bbd-92e9-405a-b505-1d6f1285b57f) However, the most recent...