How to build an app with map option with Supabase db

Database & APIs

Hi! Im building a local market place app with a map option. The idea is that all users and products have their own position and users can see in a map all products which are close. But i faced with a problem that i don't know how to push LatLng value to supabase table. In flutterflow to chose location i use placepicker widget. In supabase i created a column with geography type in which i store value from placepicker widget that should convert to WGS 84 but it doesn't work. Im not sure if it works like this.

The main issue is to push LatLng values to supabase.

What have you tried so far?

I installed postGis extension and read documantion about it but still can understand how it works.

Did you check FlutterFlow's Documentation for this topic?
No
1