-
You can find the complete version of this app in this Github repository.
-
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!
-
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
-
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.
-
Quickly prototype your app using DartPad
Related posts
-
How to build a content recommendation feature using Flutter, Open AI, and Supabase
-
5 simple Backend Tools for your website
-
Supabase & Riverpod Minicourse | Build A Realtime Photo Sharing App
-
How do I receive form submissions if my website is little more than a few HTML / CSS files with no backend framework?
-
Question regarding state management