dartling.devBuild a realtime Tic-tac-toe game with Flutter and SupabaseIntroduction Another Supabase Launch Week has passed, with some exciting new updates. During a previous launch week, I had participated in a hackathon by building a multiplayer quiz game with Flutter and Supabase, and I wrote about my experience in a...Apr 23, 2024·10 min read
dartling.devPasswordless login in Flutter via email OTP with Supabase AuthIntroduction If your mobile or web app requires user management, you're going to need a way for your users to sign up. By now, developers do not try to reinvent the wheel and write their own auth solutions, and can either use self-hosted or managed a...Dec 22, 2023·10 min read
dartling.devCreate your own ChatGPT in Dart with Supabase Vector and OpenAIIntroduction ChatGPT and AI-powered tools have been increasingly popular these days. Most recently, a lot of websites, apps and services have integrated ChatGPT or ChatGPT-like tools so you can "chat" with their documentation and content, most notabl...Oct 10, 2023·7 min read
dartling.devFull-stack Dart with Flutter, Supabase and Dart EdgeIntroduction Supabase has recently had its 7th Launch Week, with lots of new features and functionality shipped by the Supabase team as well as the community. One of the community highlights was Dart Edge for Supabase Edge Functions. Built by Inverta...Apr 25, 2023·7 min read
dartling.devBuilding a ChatGPT client app with FlutterIntroduction In this blog post, we will build a simple conversational interface to chat with OpenAI's ChatGPT through its API. There has been a lot of hype with OpenAI and ChatGPT lately, especially with GPT-4 being released recently. A ton of use ca...Mar 17, 2023·10 min read