In flutter, you can solve it like this:
MapWidget( onMapCreated: onMapCreated, ) void onMapCreated(MapboxMap mapboxMap) async { mapboxMap.scaleBar.updateSettings(ScaleBarSettings( enabled: false )); }