# Building an Uber Clone with Flutter and Supabase

DevFeed: [Building an Uber Clone with Flutter and Supabase](<https://devfeed.tech/articles/building-an-uber-clone-with-flutter-and-supabase-381.md>)

Original publisher: [Read original article](<https://supabase.com/blog/flutter-uber-clone>)

Author: Tyler Shukert

Published: 2024-09-05T07:00:00Z

Content type: tutorial

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Flutter](<https://devfeed.tech/topics/flutter.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [data](<https://devfeed.tech/topics/data.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [dart](<https://devfeed.tech/tags/dart.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [google-maps](<https://devfeed.tech/tags/google-maps.md>), [gps](<https://devfeed.tech/tags/gps.md>), [guide](<https://devfeed.tech/tags/guide.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [security-policies](<https://devfeed.tech/tags/security-policies.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

This tutorial explains how to build the consumer-facing portion of an Uber-like ride application with Flutter and Supabase. It demonstrates real-time driver location tracking using geographical data, PostGIS, Supabase Realtime, database tables, row-level security policies, and database functions and triggers. Payments and the driver-facing application are outside the article's scope.

## Source excerpt

Learn how to handle real-time geospatial data using Supabase Realtime and Flutter.