REDDIT
With GoRouter, how do you handle ephemeral flow?
Hey guys, Im curious to know how you work with ephemeral flow such as checkout flow, content submission flows, onboarding flows - flows whose state only lives live while the base state is live. I feel...
REDDIT
I built a Flutter-first BaaS because Firebase lock-in frustrated me â Koolbase is live today
After years of building Flutter apps and dealing with fragmented backend setups, I built Koolbase â a Flutter-first Backend as a Service. One SDK that gives you: - Auth (email, OAuth, sessions, pass...
REDDIT
As a Flutter & Dart open-source developer, can I find a sponsor?
Hi! You might know me from projects like Zeytin, ZeytinX, or ZeytinLogger. Iâm constantly working to develop the Zeytin ecosystem for the open-source community and to demonstrate the power of Dart t...
REDDIT
Google Maps Directions API not returning route even with valid addresses (Flutter)
Hi, I'm developing a Flutter app (delivery/services style) where: Users enter addresses (pickup and delivery). Those addresses are converted into coordinates using geocoding. Then I use Google Directi...
REDDIT
Senior vibe coder
I have around 3 years of experience working independently as a Flutter developer, where Iâve handled complete projects on my own. Recently, I joined a company where Iâm working under a developer w...
REDDIT
Built flutter_autopilot: Automate repetitive dev flows and Ul tests directly from DevTools using simple commands.
I realised I was spending more time navigating my app than actually coding it. I got tired of the manual friction, so I built a way to automate it. Iâve been using it to automate my own daily dev fl...
REDDIT
Update on Stasis after community feedback
Good morning everyone, Recently I posted about Stasis, my state management package, and got a lot of feedback, both positive and negative. Some of the criticism was very fair tbh, especially around ve...
DEVTO
What Early External Testing Exposed in Our Flutter + Firebase iOS App
What Real User Feedback Taught Us While Building Cheeky There is a big difference between building a product and proving that it works. A team can spend weeks refining screens, improving flows, discus...
REDDIT
My Idea of Learning Flutter!!
I created a video describing how easy it is to create a Flutter app in just 10 minutes. Starting with flutter always felt a little tough in the beginning but creating both videos, I was actually able ...
DEVTO
My App Got Rejected for "Device Automation" on Google Play — Here's What I Had to Do
I built a small Android app called ALL SMS — it automatically forwards incoming SMS messages to a phone number, email, or webhook. Simple concept, clear use case. Then Google Play rejected it. The rej...
MASTODON
🚀 quantify - type-safe unit handling for Dart & Flutter.- 20+ quantity types.
🚀 quantify - type-safe unit handling for Dart & Flutter.- 20+ quantity types. - NEW: Built-in parser. - Extension syntax: 65.mph, 185.lbs, 98.6.fahrenheit are real types.Stay type-safe - let Dart cat...
REDDIT
quantify - type-safe unit handling for Dart, with extension syntax (65.mph, 185.lbs) and dimensional factories
I've been building quantify, a Dart unit conversion library that treats physical units as first-class types - not annotated doubles, not string keys. Here's why that matters. The core design: a Length...
DEVTO
Mastering API Calls in Flutter with Dio + GetX
🚀 Mastering API Calls in Flutter with Dio + GetX Want to level up your Flutter development skills? Learn how to build clean, scalable, and efficient API integrations using Dio and GetX—two powerful t...
REDDIT
Hello
Is there a Flutter library that converts text to speech and supports all languages? Iâm looking for a Flutter package (not an API) that can convert text to speech and supports most or all languages....
REDDIT
I Built a Flutter Video Conferencing App
I came across a simple way to build a Flutter video conferencing app without putting together the whole meeting UI from scratch. This setup can help if you want to: create an online meeting page in Fl...