johyunchol / kakao_map_plugin

MIT License
30 stars 21 forks source link

can we add asset image as marker on map? #25

Closed Lazizbek97 closed 8 months ago

Lazizbek97 commented 12 months ago

i have checked examples. but there was one example which supports weblink of image for marker. can we add asset image as well? if so, how can we add it? Thanks

johyunchol commented 11 months ago

Hello. I apologize for the delay in my response.

The library I've created currently loads HTML directly on top of a Flutter webview. However, this approach doesn't support adding local asset images easily.

To make it possible, you might consider using the flutter_inappwebview library in your development project to set up a local server and add assets. This approach would allow you to work with local asset images more effectively.

Thank you for your understanding.