REDDIT
Flutter devs: Avoid the OpenClaw "Vibe Coding" packages
The pub dev registry is getting flooded with junk packages generated by OpenClaw. They look okay at first glance, but the architecture is nonexistent. Iâve seen discussions on r/myclaw about using O...
REDDIT
Does Apple force their payment gateway in apps ?
Hey , built a small hire a chef app for my friend (he has his own restaurant and he sells meals subscriptions (3 meals a week delivered to your door ) anyways i did the hard part of building the app n...
REDDIT
Flutter_it got agent skills
For all #Flutterdev, my package in flutter_it now all contain skills for the correct usage of the package plus an architectural skill following my PFA architecture. That should allow #Claudecode to bu...
REDDIT
Would you like to customize your APK/AAB before downloading it?
Hi Flutter devs ! Iâm working on Wrapply, a tool built entirely in Flutter that converts an existing website into an APK or AAB automatically. The current flow is intentionally very fast: you enter ...
REDDIT
Difference between identical, hashCode, and == in Dart â when to use Equatable vs Freezed?
Hey folks ð Iâm trying to really master equality in Dart/Flutter and Iâd love some community input. From what I understand so far: == â checks value equality for primitives, but defaults to r...
DEVTO
The 2026 App Boom: Why a Flutter Course in Mohali is Your Best Career Move
Let’s be honest: the tech world moves at a breakneck pace. Just a few years ago, mobile app development was a tug-of-war between iOS and Android. If you wanted to build an app, you usually had to choo...
REDDIT
What's your opinion on making Dart and Rust similar, so they can be used together?
Greetings. It's been a long time since I've commented on the Dart language. I've had some ideas for a while that I'd like to discuss with someone from the Dart language team. I've wanted to ask how vi...
GITHUB
3.41.0-0.3.pre: Update engine.version for the beta hotfix (#182035)
Following up from updating DEPS in #181976.
REDDIT
Struggling to get good UI output from Claude Code (Flutter)
Hi everyone, Iâm using Claude Code with Flutter and Iâm having a hard time getting good UI output. Even when I provide a clear mockup and use the frontend-design skill, the resulting design is sti...
REDDIT
Why my app drained 40% battery in 2 hours (and it wasn't a memory leak)
So i started getting really bad reviews about 2 months ago. "This app sucks my battery" "Uninstalling my phone dies in 3 hours" and all sorts of negative pr I was confused because we're not doing anyt...
REDDIT
Bank requires custom keyboard implementation - no third-party keyboards allowed on Android
I'm developing a payment/banking app in Flutter and hit a security requirement I haven't dealt with before. The situation: The bank's security team has banned all third-party keyboards for the app On ...
REDDIT
OTA Updates
ave you encountered production scenarios requiring Over-The-Air updates for Flutter applications? If so, which architectural patterns or third-party solutions have you implemented to address this?