Replies: 2 comments 2 replies
-
I tried doing this in the past. |
Beta Was this translation helpful? Give feedback.
-
Hi @T-moz, not sure if you are aware of it but I started a new maplibre flutter package some time ago. It will add a declarative annotation API for easy use in its next release. As you've been the strongest influence with your article and this thread I'd be really interested to hear some feedback from you. (: |
Beta Was this translation helpful? Give feedback.
-
Currently to display symbols on the map, we have to use imperative methods of the
MaplibreMapController
class.But Flutter is, mostly, a declarative framework where just by giving args to a widget, it updates the UI.
Others flutter map packages (like google_map, or flutter_map) have done it.
Should the flutter_maplibre_gl package go in this direction ?
Beta Was this translation helpful? Give feedback.
All reactions