DEVTO
Choosing the Right Path for iOS App Development
Introduction In today's digital landscape, having a mobile app is essential for businesses to engage with their customers effectively. When it comes to iOS app development, you have two primary paths ...
REDDIT
What I learned shipping a Flutter desktop invoicing app to the Microsoft Store
Iâve been building a Flutter invoicing app for desktop/web/mobile, and getting it shipped taught me a lot about where Flutter works well for this kind of product and where it gets tricky. A few spec...
REDDIT
Tired of the low-quality, mindless ERP chats. Trying to build âambient companionshipâ with AI. Would love your thoughts
Hi everyone! ð One thing that kept bothering us about most AI companions is this: you close the app, come back the next day and it feels like starting over. No continuity. No sense that it actually...
REDDIT
Building a 100% offline Neural Network Engine in Pure Dart via brute-force AI copy-pasting
Hi r/FlutterDev, Let me be brutally honest right upfront: I am terrible at math, and I have absolutely zero knowledge of Flutter or Dart. You might notice a link on my site to an Ekiden (relay race) s...
REDDIT
What should I focus on next?
Hello, I am a mobile developer who was recently laid off. I used Flutter to develop cross-platform apps for three years. The company I worked for was small in terms of mobile development â there wer...
DEVTO
Reactify Your Online Presence
Reactify Your Online Presence: A Step-by-Step Guide Boost Your Digital Footprint with a Unified Brand Experience In today's digital landscape, having a strong online presence is crucial for businesses...
REDDIT
I'm considering switching from C# WPF to Flutter, a feedback?
Hi, I'm hesitant to invest the time to learn Flutter and convert my applications (C# and WPF). The goal is to have a single project for Windows and macOS desktop apps. I've been a .NET developer for 2...
REDDIT
Which Flutter package is best for implementing advanced charts in an existing project?
Hi everyone, Iâm working on an existing Flutter project and need to implement advanced graphs/charts to visualize data. Iâm looking for a package that supports features like: Line / Bar / Pie char...
REDDIT
Flutter watch app
Has anyone built a watch app wearOs(android ) & watchOs(iOS) using flutter ? How was the experience and is it done all using flutter ? Or you have to do native code for every platform? One more thing ...
REDDIT
Cura: A CLI tool to audit Pub dependencies health and security
Hey everyone Over the years working with Flutter and Dart, I realized I pick packages from pub mostly based on likes and popularity. But the more projects I build, the more I realize that's a pretty w...
DEVTO
In the AI Era, The Real Skill Is Not Overthinking
This article is 1st part of the Thinking in the AI Era series, where we explore clarity, focus, and building in a world full of digital noise. A few years ago, choosing a skill felt simple. You picked...
REDDIT
I believe you struggle with ASC and GDP tooâ¦
In 6 months of publishing apps, I realized that store setup was taking so many hours on my workflow. Here's what I learned and why the problem was worse than I thought. In these days building app is s...
REDDIT
I am planning to build a simple dashboard to track all my apps across both stores
hey, I posted here a few days ago asking how people track their apps across App Store and Google Play. got some solid feedback (thanks for that) ended up building a landing page for the idea - it's ba...
DEVTO
Flutter Localization Done Right: ARB Files, Pluralization, and Automated Translations
Flutter’s built-in localization system uses Application Resource Bundle (ARB) files and the intl package to deliver fully native experiences in any language. This guide covers everything from project ...
MASTODON
Embedded World 2026 is officially underway in Nuremberg.Here’s a look at the KDAB booth (4-302).
Embedded World 2026 is officially underway in Nuremberg.Here’s a look at the KDAB booth (4-302). Stop by to explore our latest #embedded demos and talk with engineers about building high-performance s...
REDDIT
I tried building a generative UI package
I came across https://json-render.dev/ and thought it was really cool, so i tried to build a Flutter version to figure out how it worked under the hood. I had built the whole thing before i realized t...
REDDIT
MediaX - Media Player plugin for Flutter
I built a Flutter plugin called MediaX that provides native Audio/Video Playback using ExoPlayer for Android and AVPlayer for iOS. You can give it a try it has customisation options. MediaX is publicl...
REDDIT
Day 3 of building Clarity AI in public â things are moving faster than I expected
3 days in and here's what's happened so far: â
rebuilt the entire app in Flutter â
8k+ people have seen this journey already â
someone DM'd me wanting to be a first user â
waitlist page is liv...
REDDIT
Why is there no way for a `RenderBox` to find out if it caused its child to overflow?
I feel like I must be stupid here because I don't understand why we wouldn't have this. It seems like a parent RenderBox has no way to find out if the constraints it laid out its child with caused tha...