ensemble icon indicating copy to clipboard operation
ensemble copied to clipboard

Widgets as map markers won't show up unless it is a simple widget

Open vusters opened this issue 10 months ago • 1 comments

Widgets used as map marker is currently restricted to very simple widget. It doesn't show up the moment we wrapped it inside a Container (e.g. Row/Stack). It has to do with the current way of taking a snapshot of the Widget to be shown as an image. With wrapped Containers the size will be zero.

vusters avatar Apr 03 '24 21:04 vusters

@vusters please also include the loading time issue for the custom markers as well We're using Avatar, and it takes 30-60 seconds to load the widget, but if we use image instead of widget, it works fine, but there are no styling in the image

sharjeelyunus avatar May 16 '24 16:05 sharjeelyunus