You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing indexes to strings would take a lot of time and effort and also make the actual getting of the cached bitmaps slower. Here is a class you can use to translate strings to integers. I do not recommend this approach as it's not very optimized. I would rather recommend you tie the cache index to your markers in some way.
Will close this issue if no further questions are submitted today.
https://dartpad.dev/?id=1448c963f5ba2378160f0a3a79df869a&null_safety=true
Hi! I'm tring to use your solution, but I needed the work with the keys as String.
I've tried to to make this change myself, but I dont have much knowledge with native Android and no knowledge with ios development
The text was updated successfully, but these errors were encountered: