DEVTO
📊 Two Weeks In: How My First Flutter Chart Package Is Performing on pub.dev 🚀
A couple of weeks ago, I published my first Flutter package on pub.dev: 👉 imp_trading_chart It wasn’t just “another package release” — it was the result of 2 weeks of continuous brainstorming, refact...
REDDIT
Error Handling Tutorial Problem - Learning and need help
I'm really new to Dart and have been following the the tutorials online. I've come across an issue that I can't find an answer for and wondered if anyone could help me. [Its the one on the dart dev we...
REDDIT
FormatException rather than Argument Exception in Tutorial
Hi, I'm really new to Dart and have been following the the tutorials online. I've come across an issue that I can't find an answer for and wondered if anyone could help me. I am following this tutoria...
REDDIT
I built a Flutter package to simplify Supabase error handling using a Result pattern (with EN/AR localization)
Hey everyone ð While working on a Flutter app with Supabase, I found myself repeatedly writing the same try/catch blocks and manually mapping different Supabase errors (Auth, Postgrest, Edge Func...
REDDIT
BLoC states: explicit vs Freezed copyWith
I keep running into this question when working with BLoC. Using explicit state classes makes things clearer and usually easier to debug, because the current state often tells the whole story. The down...
DEVTO
The Offline-First Struggle: How I Built a Robust Sync Engine for Flutter (SynapseLink)
Introduction: Building a robust offline-first application is more than just caching data; it's about managing consistency. After struggling with manual sync logic in complex ERP-style apps, I decided ...
DEVTO
On-Device AI in Flutter 2026: TensorFlow Lite Tutorial (Image Classifier App) 🤖
If you've ever wanted AI in your Flutter app without Gemini API costs, this is it. Hey guys! It's Samuel once again. Today, we're going to be integrating something cool: On-device AI: no cloud, no int...
DEVTO
CQRS Pattern in Flutter: Commands vs Queries
When building Flutter applications with Clean Architecture, one pattern that dramatically improves code clarity is Command Query Responsibility Segregation (CQRS). In this article, I'll show you how I...
REDDIT
I built a Flutter â HTML compiler. It's incomplete. Need community help.
Hey Flutter community, I've been working on a compiler that converts Flutter/Dart code to semantic HTML/CSS/JS instead of canvas. What I built A different approach to Flutter Web - same Flutter syntax...
REDDIT
Thoughts on Jaspr for Dart Web vs React or Flutter Web
Hi everyone, I want to ask for opinions about Jaspr (Dart for Web). I have been a Flutter developer for over 7 years. Whenever I needed proper SEO for a Flutter Web app, I usually built a small React ...
DEVTO
🚀 From V2.0 to R&D: How our internal tools fuel our Roadmap
Following the successful launch of Reklamof V2.0, we have shifted our engineering focus back to our proprietary internal app: Ruolis. Why? Because the best way to deliver cutting-edge tech to our clie...
DEVTO
Your App Worked Perfectly… Until the OS Killed It
A production story from real apps. For a long time, I thought process death was an edge case. Something you read about in docs. Something that might happen, but not in real life. After all, my apps wo...
REDDIT
We got a Flutter game working in Discord
If anybody was eyeing Discord as a new distribution platform for their game/app in Flutter, here is a short article describing challenges that you might encounter and how we solved them for our own ga...
DEVTO
[Boost]
Dart Frog Part 3: Connecting Flutter to Your Dart Backend (Full-Stack Todo Demo) 🐸 Samuel Adekunle ・ Jan 21 #dart #fullstack #flutter #techwithsam
REDDIT
Develop Flutter iOS apps on Windows with a real iPhone and Flutter debug mode
Hey, everyone! I want to share an open source tool I wrote that allows developing Flutter iOS apps on Windows using a physical iOS devices, including Flutter debug sessions and hot reload. Repo: https...
DEVTO
Why I Chose Flutter — And Why I’m Still Betting on It in 2026
When I started my journey as a mobile developer, I wanted one thing: build fast, scalable apps without sacrificing performance or UI quality. That’s when I chose Flutter — and after 3+ years of real-w...
REDDIT
I built an isomorphic web framework for Dart (SSR + Hydration, HTML-first) â Meet Spark â¡ï¸
Hi everyone, I wanted to share a project Iâve been working on called Spark. Itâs a new full-stack web framework for Dart designed to bridge the gap between traditional SSR frameworks and modern SP...
REDDIT
Thoughts on Jaspr for Dart Web vs React or Flutter Web
Hi everyone, I want to ask for opinions about Jaspr (Dart for Web). I have been a Flutter developer for over 7 years. Whenever I needed proper SEO for a Flutter Web app, I usually built a small React ...