thetranquila
Results
2
comments of
thetranquila
Tested on Iphone 13 Ios 17 device. Also it never updates
I get this bug here, not on iconImage: ``` var response = http.get(Uri.parse(currentDynamic?.icon?.src ?? "")); dynamicAnnotation?.image = response.bodyBytes.buffer.asUint8List(); pointAnnotationManager?.update(dynamicAnnotation); ```