matthiasdittmer / lat_lon_grid_plugin

Plugin to display a latitude / longitude grid on flutter_map.
MIT License
10 stars 5 forks source link

Fix render error when showLabels is false #13

Closed PegasisForever closed 1 year ago

PegasisForever commented 1 year ago

When showLabels is false, canvasCall will be called with an empty list of labels, throwing assert errors.