# Flutter Tutorial: building a Flutter chat app

DevFeed: [Flutter Tutorial: building a Flutter chat app](<https://devfeed.tech/articles/flutter-tutorial-building-a-flutter-chat-app-380.md>)

Original publisher: [Read original article](<https://supabase.com/blog/flutter-tutorial-building-a-chat-app>)

Author: Tyler Shukert

Published: 2022-06-30T07: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>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [App](<https://devfeed.tech/topics/app.md>), [backends](<https://devfeed.tech/topics/backends.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Database](<https://devfeed.tech/topics/database.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [apps](<https://devfeed.tech/tags/apps.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [authorization](<https://devfeed.tech/tags/authorization.md>), [building](<https://devfeed.tech/tags/building.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [database](<https://devfeed.tech/tags/database.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [ios](<https://devfeed.tech/tags/ios.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [web](<https://devfeed.tech/tags/web.md>)

## AI overview

A tutorial series showing how to build a cross-platform Flutter chat app with Supabase. The app supports email sign-up and sign-in, shared-room messaging, real-time updates, and database-backed data access through the supabase_flutter package.

## Source excerpt

Learn how to build a Flutter chat app with open source and scalable backend (inc. auth, realtime, database, and more).