So, i'm using custom tile from Google Street
TileLayerOptions(
urlTemplate: 'http://mt{s}.google.com/vt/lyrs=m&x={x}&y={y}&z={z}',
subdomains: ['0','1','2','3'],
tileProvider: NonCachingNetworkTileProvider(),
),
but, the displayed map is kinda blurry
here is the example from the official google_maps_flutter library:

and then here is from the leaflet library

So, i'm using custom tile from Google Street
but, the displayed map is kinda blurry
here is the example from the official


google_maps_flutterlibrary:and then here is from the leaflet library