liodali / osm_flutter

OpenStreetMap plugin for flutter
https://pub.dev/packages/flutter_osm_plugin
MIT License
240 stars 98 forks source link

Icon Widget in Marker Icon not showing up #474

Closed AntonLie closed 1 year ago

AntonLie commented 1 year ago

Hello, I have a question about implementing IconWidget.

I tried like this but the marker not showing up.

Code

Screenshot 2023-11-17 at 16 00 49
liodali commented 1 year ago

for now avoid putting text with icon I will add way to show text with iconMarker

AntonLie commented 1 year ago

any update @liodali ?

liodali commented 1 year ago

you can put that column in sizedbox i think will work but not properly for now im trying to fix some issues for ios if you want make your icon marker small where it cann fit icon + text

AntonLie commented 1 year ago

Ok Thanks @liodali ,

Sizedbox is working 👍🏻