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 ...
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...
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 ...