Luka S

Results 442 comments of Luka S

Just seen that this has been re-opened! 🎉 I've been wondering whether an approach without a dedicated controller could work and the timeouts part could work to get the basic...

(Also see https://github.com/fleaflet/flutter_map/issues/1905#issuecomment-2521068993)

Trackpad zooming is bugged. See these lines: https://github.com/fleaflet/flutter_map/blob/48832daac0a0014b84caa1de118477c431a86001/lib/src/gestures/map_interactive_viewer.dart#L630-L647 These lines are also used when a touchscreen zoom is used - on some platforms. I'm not sure whether there is an...

Indeed it looks like the Flutter engine has an issue here. I intend to investigate and hopefully resolve it (https://github.com/flutter/flutter/issues/136029#issuecomment-3239196064) at the source, but in the meantime, the best workaround...

Unmerged from #1905, which has also been split into #2152 (linking https://github.com/flutter/flutter/issues/136029). These detail the more precise problem/desired workaround of correcting the behaviour of zooming into the pointer position/focal point....

I think one of the nice things about this approach is that all .gitignore contents remain valid .pubignore contents, and still all .pubignore contents remain valid .gitignore contents. Also, I...

Hey, excited to see a little bit of experimentation with this! As you might already have realised, this really does not like Impeller. Testing on a modern mid-budget end Android...

Interestingly, it doesn't seem to crash anymore, and is maybe a bit less laggy than Skia? Not sure what is going on there, maybe I'll try again later. I say...

We already integrate with the native Flutter session caching mechanism `ImageCache`. We can verify this behaviour by analysing network requests, but wherever possible, it should already be OK.