mirror of
https://github.com/supabase/supabase.git
synced 2026-07-06 14:44:23 +08:00
* Minor code example fix on Flutter example * blog: add flutter figma clone blog article * Run formatter * update the images
Flutter Figma Clone
First of all, Figma clone is an over statement 😂 This app demonstrates the real-time communication capabilities of Supabase by creating an interactive design board where you can draw some shapes and move them around while seeing each other's cursors.
- Cursor position sharing in real-time
- Drawing shapes in real-time
Run locally
- Run
supabase startwhile docker running. If you don't have Supabase CLI yet, you can get it here. - Run Flutter locally. The app should work on any platform, but is not optimized for mobile.
