mapbox-maps-flutter
mapbox-maps-flutter copied to clipboard
Update PointAnnotation crashes on iOS
when I tried to update a point annotation it crashed on my iOS simulator
await _pointAnnotationManager?.update(PointAnnotation(
id: aId,
textField: val ? shape.label : '"',
));
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 THanks, I'll give it a try soon