Iconica-Development / flutter_google_track_and_trace

Google Maps widget for use in Beep
Other
1 stars 0 forks source link

Remove deprecated .fromBytes method for BitmapDescriptor #11

Open freekvandeven opened 2 weeks ago

freekvandeven commented 2 weeks ago

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

freekvandeven commented 2 weeks ago

This is needed for beep

freekvandeven commented 2 weeks ago

https://github.com/flutter/flutter/issues/153427