mapbox-maps-flutter icon indicating copy to clipboard operation
mapbox-maps-flutter copied to clipboard

Update PointAnnotation crashes on iOS

Open samderlust opened this issue 2 years ago • 2 comments

when I tried to update a point annotation it crashed on my iOS simulator

        await _pointAnnotationManager?.update(PointAnnotation(
          id: aId,
          textField: val ? shape.label : '"',
        ));

samderlust avatar Oct 25 '23 16:10 samderlust

Hi @samderlust, could you please check with our latest v1.0.0-beta.2 to see if the problem still persists? If it's still a problem, could you provide us more context and a crashlog to help reproduce the crash?

maios avatar Jan 29 '24 07:01 maios

@maios THanks, I'll give it a try soon

samderlust avatar Jan 29 '24 07:01 samderlust