feat: Add Flutter quick start guide#2444
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). main – ./🔍 Inspect: https://vercel.com/supabase/main/2RG1fp12y9Jhyx3gsPEYdvM7igXT docs – ./web🔍 Inspect: https://vercel.com/supabase/docs/Abwk5xeLpexZsSkb5e1B8ybwiHya www – ./www🔍 Inspect: https://vercel.com/supabase/www/HkW1sg55YvAJvxRwEnQCh6UNNp8H [Deployment for 2a73db8 canceled] |
|
@kiwicopple Done adding Flutter quick start guide for now! |
geromegrignon
left a comment
There was a problem hiding this comment.
Besides the suggested changes, do you have a repo to showcase an app created using this guide?
The community guides have a Github section (Svelte: https://supabase.io/docs/guides/with-svelte#github) as the apps aren't part of the Supabase repo.
|
@geromegrignon Thanks for spotting my errors! I have fixed them and I have added a link to the sample application! |
This PR updates @supabase/*-js libraries to version 2.108.2. **Source**: supabase-js-stable-release **Changes**: - Updated @supabase/supabase-js to 2.108.2 - Updated @supabase/auth-js to 2.108.2 - Updated @supabase/realtime-js to 2.108.2 - Updated @supabase/postgest-js to 2.108.2 - Refreshed pnpm-lock.yaml --- ## Release Notes ## v2.108.2 ## 2.108.2 (2026-06-15) ### 🩹 Fixes - **auth:** preserve valid session on refresh failure and cooldown repeat failures ([#2436](supabase/supabase-js#2436)) - **realtime:** clarify httpSend() 404 error and server migration note ([#2444](supabase/supabase-js#2444)) - **release:** pin Deno and bound JSR publish to survive stranded-task hangs ([#2439](supabase/supabase-js#2439)) - **release:** restore JSR publish flags and enable for beta ([#2440](supabase/supabase-js#2440)) ### ❤️ Thank You - Katerina Skroumpelou @mandarini ## v2.108.1 ## 2.108.1 (2026-06-09) ### 🩹 Fixes - **ci:** forward DOGFOOD_APP_CLIENT_ID to dogfood workflow ([#2434](supabase/supabase-js#2434)) - **postgrest:** then typing ([#2349](supabase/supabase-js#2349)) ### ❤️ Thank You - Katerina Skroumpelou @mandarini - Vaibhav @7ttp This PR was created automatically. Co-authored-by: supabase-workflow-trigger[bot] <266661614+supabase-workflow-trigger[bot]@users.noreply.github.com>
What kind of change does this PR introduce?
Added a quick start guide for Flutter.
What is the current behavior?
There are no guides for Flutter.
What is the new behavior?
Added a quick start guide for Flutter.
Additional context
I haven't included the bonus portion using storage yet. I will add it later on in another PR!