google_maps_flutter decided to deprecate .fromBytes and the deprecation method suggests changing it to .bytes but the two methods work differently. Before just changing them we need to understand the impact a bit more and try to get the autoscaling behaviour back so existing apps that use this package can continue working like normal.
The same problem is with .fromAsset that needs to be changed to .asset
google_maps_flutter decided to deprecate .fromBytes and the deprecation method suggests changing it to .bytes but the two methods work differently. Before just changing them we need to understand the impact a bit more and try to get the autoscaling behaviour back so existing apps that use this package can continue working like normal. The same problem is with .fromAsset that needs to be changed to .asset