Browsing Tag
flutter
100 posts
Full-Stack AI in Dart: Because Learning Python is for Snakes
Because your Flutter app deserves a brain, and you deserve to never look at a Python traceback again.…
Your quantized model got worse, and nothing told you
Getting a model onto a phone means exporting it, and almost always quantizing it. Both of those change…
Displaying async values in Flutter
The build method in Flutter widgets is synchronous. That means it doesn’t like to wait for anything. But…
Flutter at Google I/O 2026
Forget everything you knew about cross-platform constraints. The rules just changed! The dust has finally settled on Google I/O…
Why I Built an Open-Source Alternative to Shorebird for Flutter Android
Shorebird is a great product. If it fits your team’s needs, you should probably just use it. This…
Supabase RLS Deep Dive — Multi-tenant Access Control
Supabase RLS Deep Dive — Multi-tenant Access Control Supabase Row Level Security (RLS) lets you enforce access rules…
Product Hunt Launch Complete Guide — Indie Dev Strategy for Day-1 Top 10
Product Hunt Launch Complete Guide — Indie Dev Strategy for Day-1 Top 10 Product Hunt is the go-to…
I spent 3 hours writing no code — and it may have saved weeks on my ERP project
Why this session mattered Session 4 of my ERP Modular project had no code at all. No UI.…
How to Implement Onboarding Mascots in Flutter with Rive
Duolingo-Style Rive Mascots for App Onboarding Where and How Developers Can Use Mascot Animations Effectively Duolingo’s animated characters…
On-Device Function Calling with FunctionGemma
A Practical Guide to preparing and using Google’s smallest function calling model for Mobile and Web Developers Why…