DEVTO
How I Eliminated Video Jank in Flutter Feeds — Instance Reuse Instead of Dispose/Create
Every Flutter developer who's built a video feed has hit the same wall. You scroll through 20 videos on a Redmi Note 8 Pro, and by video 15, frames are dropping, the phone is warm, and by video 30, yo...
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
Document throws package
Dart's lack of check exceptions can make it hard to determine what exceptions need to be handled when calling a method, particularly when the method is in a third party package or the dart/flutter SDK...
REDDIT
I tried building a Flutter app in 7 days. It took 79 (Here is everything that went wrong)
Hey everyone, I just published my first devlog about my newest flutter app. I originally set a challenge for myself to build a photo-sharing social media app from scratch in exactly one week. It faile...
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...
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...