Flutter Flow: Use Supabase to show custom markers on Google Maps

Christopher Coffee
8 min readNov 21, 2023

We previously discussed showing custom markers in Google Maps. We were adding data to the app state manually in that approach.

This might not be the most scalable solution. I’m going to discuss a better approach on how to read the data from Supabase to show custom markers in Google Maps.

If you are looking for the Firebase version, follow this article:

Update : The Supabase Community posted this article on their Twitter/X account. To celebrate I have updated this article with improvements to the code. Most notably adding the ability to load network images as icons.

Custom development

--

--

Responses (1)