there is an option in original leaflet js library which is used for retina display(high pixel density) however I couldn't find such feature in FlutterMap widget. this feature will prevent map images render blurry in devices with high pixel density
here is the github issue about this problem Blurry Maps
here is leaflet document description about this option
If true and user is on a retina display, it will request four tiles of half the specified size and a bigger zoom level in place of one to utilize the high resolution.
there is an option in original leaflet js library which is used for retina display(high pixel density) however I couldn't find such feature in FlutterMap widget. this feature will prevent map images render blurry in devices with high pixel density
here is the github issue about this problem Blurry Maps
here is leaflet document description about this option