Flutter Tutorial: building a Flutter chat app

This page summarizes the projects mentioned and recommended in the original post on dev.to

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. flutter-chat

    Simple chat application built with Flutter and Supabase.

    You can find the complete version of this app in this Github repository.

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. spot

    Open source geo based video sharing social app created with Flutter, Supabase and lots of love 💙💙💙 (by dshukertjr)

    Open source map based Flutter app with CI/CD and scalable statemanagement example

  4. supabase

    The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.

    In order to build this chat app, we will need a database to store all of the chat information. We will be using Supabase to store the chat information. Supabase is a back end as a service that provides auth, database, storage and functions to easily create a scalable application. Supabase is a suitable backend for this app, because it provides a nice set of APIs on Postgres database that we can easily call by using the SDK. It is also perfect for chat apps like the one we are about to create, because we can subscribe to real time changes on the database.

  5. dart-pad

    An online Dart editor with support for console, web, and Flutter apps.

    Quickly prototype your app using DartPad

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to build a content recommendation feature using Flutter, Open AI, and Supabase

    3 projects | dev.to | 10 Oct 2023
  • 5 simple Backend Tools for your website

    2 projects | dev.to | 10 Jun 2023
  • Supabase & Riverpod Minicourse | Build A Realtime Photo Sharing App

    3 projects | dev.to | 25 Apr 2023
  • How do I receive form submissions if my website is little more than a few HTML / CSS files with no backend framework?

    2 projects | /r/Coding_for_Teens | 1 Aug 2022
  • Question regarding state management

    2 projects | /r/angular | 3 May 2022

Did you know that Dart is
the 20th most popular programming language
based on number of references?