Flutter Tutorial: building a Flutter chat app

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • flutter-chat

    Simple chat application built with Flutter and Supabase.

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

  • 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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • supabase

    The open source Firebase alternative.

  • 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.

  • 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