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...
MASTODON
Как я перестал верстать чеки в коде и написал визуальный редактор шаблонов для FlutterЯ решил, что…
Как я перестал верстать чеки в коде и написал визуальный редактор шаблонов для FlutterЯ решил, что хватит это терпеть, и написал pdf_kit_editor — визуальный конструктор, который отделяет дизайн докуме...
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 half of the app in Flutter â
8k+ people have seen this journey already â
Around 5 people DM'd me wanting to be a first user â
waitlist pa...
REDDIT
I built a tool that gives Flutter projects an architecture score
While working on several Flutter projects I kept noticing the same thing over time, even well structured codebases slowly accumulate architectural issues. Not because developers don't care, but becaus...
DEVTO
Desktop App Development: A Complete Guide for 2026
Even in a digital landscape dominated by mobile and cloud-first experiences, desktop app development continues to thrive in 2026. Businesses and users alike still depend on desktop apps for performanc...
DEVTO
Best Flutter App Development Companies Businesses Trust In India
Quick Summary This guide highlights leading Flutter app development companies in India. These companies are known for strong technical skills, innovative mobile solutions and competitive pricing. Many...
DEVTO
🚀 Exciting Update! permission_manager v2.0.6 is Live!
Thrilled to announce the latest update to my Flutter package — permission_manager — now with iOS 13.1 minimum version support! 🔐 A modern, federated Flutter plugin to check, request, and stream app p...
DEVTO
Flutter vs React Native: Which is Better for Mobile App Development?
When planning to build a mobile application, one of the most common questions businesses ask is: Should we choose Flutter or React Native? Both frameworks allow developers to build cross-platform appl...
REDDIT
Building a Flutter plugin to auto-generate iOS Settings.bundle from Dart annotations
iOS lets apps expose a native settings panel inside the device Settings app (Settings â scroll down â YourApp e.g. for slack -> https://ibb.co/xKGq7xjm ). Integrating it with Flutter today means m...
DEVTO
Flutter Google Sign-In with google_sign_in 7: Understanding the New Authentication Flow
Starting with google_sign_in ^7.0.0, the plugin underwent a major refactor to support the Android Credential Manager and modern Google Identity Services. This introduced several breaking changes that ...
REDDIT
Claude Code Skill to always get the last version of a package
While building a Flutter app, I ask for a feature to Claude Code, if the feature requires the use of a new package, Claude will usually put an older version of the dependency, I guess because when it ...