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...
DEVTO
From 0.3% Crash Rate to Zero: Scaling Flutter Cache with Batching, Locking, and Observable State
From 0.3% Crash Rate to Zero: Production-Grade Performance This is Part 3 of a 3-part series. 🔙 Catch up on the series: Part 1: When SharedPreferences Fails (Resilience & Architecture) Part 2: The JW...
DEVTO
The JWT Token Incident: Why Your Flutter App's Cache Isn't Secure (And How to Fix It)
The JWT Token Incident: Why Your Flutter Cache Isn't Secure This is Part 2 of a 3-part series. 🔙 Missed Part 1? Read When SharedPreferences Fails: Architecting Resilient Cache Infrastructure where we...
DEVTO
When SharedPreferences Fails: Architecting Resilient Cache Infrastructure for Production Flutter Apps
The Problem: It Starts So Simply You're building a Flutter app. You need to cache some data. You reach for shared_preferences. Five minutes later, you've got a working prototype. Ship it, right? Wrong...
REDDIT
Is "Local Product Search" a suicide mission for a solo dev?
Hi everyone, âIâve spent the last few months building a product search engine for local stores. â I honestly loved the process. I built everything myself. Frontend (Flutter) and Backend (Python ...