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?
REDDIT
TrailBase 0.23: Open, sub-millisecond, single-executable Firebase alternative
TrailBase provides type-safe REST APIs, "realtime" change subscriptions, multi-DB, customization with WASM, auth & built-in admin UI... . It's an easy to self-host single executable built around Rust,...
REDDIT
Anyone used Prompt2App?
Does anyone use prompt2app.ai before? I am wondering if it is a good platform, since Lovable and Replit have much higher costs. They seem generate native flutter. And is the âunlimitedâ really u...
REDDIT
Which AI tools have improved your Flutter workflow?
Hey everyone Iâm working with Flutter and was wondering which AI tools/editors youâve found most helpful for things like UI building, state management, debugging, or general Dart/Flutter questions...
REDDIT
Is pub.dev offline?
I tried accessing it from different devices and networks. Lastly, I tried using a mobile network and the site still won't load.
REDDIT
ð biometric_signature v10.0.0 Released: New Simple Biometric Prompt + Robust Error Handling for Secure Flutter Auth!
Hey r/FlutterDev community! Excited to announce biometric_signature 10.0.0 â the latest major update to my hardware-backed biometric crypto plugin. If you're building secure apps needing verifiable ...
REDDIT
Package flutter_thermal_printer_windows. Bluetooth thermal printer support for Flutter on Windows with ESC/POS, receipts, and POS
I could not find a Flutter plugin for Bluetooth thermal printers on Windows so I wrote one and published it. It scans for Bluetooth thermal printers over SPP, pairs, connects, and disconnects. You can...
REDDIT
Package flutter_thermal_printer_windows. Bluetooth thermal printer support for Flutter on Windows with ESC/POS, receipts, and POS.
receipts with header, items, and footer, and raw ESC/POS. It also supports images, barcodes, and QR codes and has a connection state stream and basic printer status and capabilities. You need Flutter ...
REDDIT
flutter_thermal_printer_windows â Bluetooth thermal printer support for Flutter on Windows (ESC/POS, receipts, POS)
I couldn't find a Flutter plugin for Bluetooth thermal printers on **Windows**, so I wrote one and published it. **What it does:** Â - Scan for Bluetooth thermal printers (SPP) Â - Pair, connect, disc...
REDDIT
What Ai doesn't tell you when you build a flutter app?
Hello everyone! What started 6 months like a play with AI and flutter got to be a serious thing for me. While chatting with an AI about pets (i'm a pet lover with 2 Belgian Malinois, 2 cats, 1 parrot ...
REDDIT
Can I not opt out of dartfmt in IntelliJ?
I despise much of the default dartfmt choices. Fine, thatâs just personal. Except it isnât. AFAICT, there is no way to opt out of dartfmt if I want to use the IntelliJ plugin. To take just one exa...
REDDIT
Can we develop an iOS app on Windows using Flutter?
Yes, partially. As a Flutter App Developer, you can write UI, logic, and manage most of the Flutter codebase on Windows. Flutterâs single codebase works well for both Android and iOS. However, Appl...
REDDIT
Type-Safe Forms in Flutter? Meet ZodArt â A Schema-First Validation
Hey everyone! I've just posted an article showcasing declarative Form Validation with ZodArt in Flutter. ZodArt is a type-safe, parse-first schema validation library for Dart and Flutter. Define your...