MASTODON
個人開発「ひたすら数学」作ってリリースしてみた iOS/Androidhttps://qiita.com/keitaMax/items/eba4cc53538a37121ede?utm_campaig…
個人開発「ひたすら数学」作ってリリースしてみた iOS/Androidhttps://qiita.com/keitaMax/items/eba4cc53538a37121ede?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items#qiita #Android #iOS #アプリ #Flutter #個人開発
REDDIT
import '';
Hidden feature i just discovered. Use case? When you have a barrel file that's exporting stuff and you want something from that exported stuff without using explicit imports. It's like "hey! import my...
REDDIT
Built a PDF viewer that is so smooth on the web build but the windows build is way worse (like 30hz)
First time ever using dart/flutter, ik it's a sin but i vibe-coded a decent looking pdf viewer bc i hated how cluttered the UIs on most popular viewers look. When i run the app on a browser it scrolls...
DEVTO
Implementing the MVI Design Pattern in Flutter: A Journey toward Scalable State Management
A while back, I worked on a small Flutter project while I was learning about Providers. I tried mimicking a simple MVI design pattern from this repo and attempted to create a Flutter version of it. At...
REDDIT
new to Dart
Hey! Iâm trying to learn Dart in VS Code and following a Video tutorial, but the same code from the video is throwing errors on my end. Iâm totally new to this. any ideas what I should check? Than...
REDDIT
Dart Devs in Sydney
Any Dart/ Flutter developers in Sydney? Hi Everyone, I have been trying to make a dart flutter app and I need someone's second opinion. Looking to partner up with like-minded developers who love to ex...
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...