MapboxMap().getSize throws exception
This issue is reproduced on iOS only with example project in map_interface.dart when calling MapboxMap().getSize()
Unhandled Exception: PlatformException(0, Not available., null, null)
#0 _MapInterface.getSize (package:mapbox_maps_flutter/src/pigeons/map_interfaces.dart:3035:7)
Flutter (Channel stable, 3.7.7)
I have faced same issue, do you have solve it ?
I have faced same issue, do you have solve it ?
No, our map is using full width, and instead we use MediaQuery.of(context).size.width
Hey 👋, Any news about it? It is coming from the package and not our code right?
edit: The method is not supported on iOS