SheenaJacob
SheenaJacob
Thanks for the quick response @ibrierley
I've been using Share.shareXFiles for some time and it worked perfectly but when I upgraded flutter to version 3.7.6, I faced the same error as mentioned.
So the first part of the issue is now fixed, which means that a rebuild no longer triggers a change in the position of a marker while dragging. I'm still...
Ok. That makes sense. My current use case is to find the distance between two markers, and visually it would look something like this. So I need to update the...
Hehe. Yea. So I can use a workaround where I just have two variables that define the same point like this: ``` LatLng _markerPosition = LatLng(44.1461, 9.9000); final LatLng _initialMarkerPosition...
And I'll take a look at the flutter_map_line_editor. Thanks a ton : )
So I tried it out and in this case, it doesn't register the event at all. So in the video below. it seems to register the first three tap events,...
My sincere apologies @JaffaKetchup . I was testing it on Windows but on an older version of an example app that wasn't working on the latest version of flutter or...
Yes. I tested it again to make sure, and I still have the problem. **The summary from running flutter doctor:** jshe@MacBook-Pro flutter_map % flutter doctor Doctor summary (to see all...
I'll check if there is a workaround without the zoom smoothing and let you know.