79660537

Date: 2025-06-10 13:30:47
Score: 0.5
Natty:
Report link

In flutter, you can solve it like this:

MapWidget(
  onMapCreated: onMapCreated,
)

void onMapCreated(MapboxMap mapboxMap) async {
  mapboxMap.scaleBar.updateSettings(ScaleBarSettings(
    enabled: false
  ));
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Herman