DEVTO
Building a Cross-Platform Local-Only Password Manager with Flutter: Why We Chose Platform Security Over Cloud Storage
TL;DR We built PasswordSafeVault because cloud password managers claim "zero-knowledge" but still hold your encrypted data. Our solution: local-only storage with Flutter, using platform-specific secur...
REDDIT
Flutter made me money!
So a year ago, I was super interested in app dev. Like I wanted to ship super small apps and like ship in bulk. Super simple, one feature, ads or subscription model and then ship. This was my strategy...
REDDIT
Building a cross platform browser in Flutter, why I think it's a better alternative to Electron
I been working on a browser built with Flutter and I wanted to share something I don't hear talked about enough: Flutter is actually a really solid foundation for building a browser app. Pretty much e...
DEVTO
"This AdWidget is already in the Widget tree" — It Only Crashed After One Specific Flow
The Error I was working on a Flutter app that uses google_mobile_ads for banner ads. One day, I got this error on the MyPage screen: This AdWidget is already in the Widget tree Make sure you are not u...
REDDIT
Claude code vs windsurf vs cursor for flutter, which one do you suggest?
I will make my point clear so that folks here can give better suggestions: I don't vibe code I use Claude most of the time for getting help on UI stuff, and chatgpt for getting help on some logic like...
REDDIT
I built an inventory-aware plate calculator in Flutter. And you can tap plates onto a bar instead of typing weight
I've been working on a workout tracker as a solo dev for the past few months using Flutter. One feature I want to share is the plate calculator. The problem: every plate calculator I found assumes you...
REDDIT
I realized I was storing user data incorrectly in Flutter⦠so I fixed it
I was recently working on a Flutter app and noticed something concerningâ¦I was storing user data (email/password) in plain local storage. It worked fine, but from a security perspective â it felt ...
REDDIT
1 year Flutter dev planning to switch - what should I realistically expect?
1 year Flutter dev (remote, solo dev) planning to switch â what does the market actually look like? Been working remotely for a year as the only Flutter developer in my company â maintaining an in...
REDDIT
Published a Dart Reimplementation of Orama
Just wanted to share a couple of learnings and notes about this reimplementation. Feel free to give constructive feedback on this process. My background is nine years teaching high school computer sci...
DEVTO
Curing "Blank Canvas Syndrome" in my Flutter Web app 🗺️
Curing "Blank Canvas Syndrome" in my Flutter Web app 🗺️ Hi DEV community! 👋 I've been building DeskFlow, a visual desk setup planner using Flutter Web. As the app's core features started coming toge...
REDDIT
Has anyone used flutter_gpu/flutter_scene in their app?
I'm building an app that might benefit from cool looking 3d visualizations. Have you used the gpu abstraction libraries in your flutter apps? I wonder what the experience is like, and if their are any...
REDDIT
[Package] groq_whisper_stt - Real-time speech-to-text for Flutter using Groq's Whisper API
Hi, I built a Flutter plugin that does real-time speech-to-text using Groq's Whisper API. It handles the full pipeline: mic capture, voice activity detection, chunked sending, and streaming results ba...
REDDIT
I built a sample app to demonstrate how i use Riverpod and synthetic_api_cli for mock backend
I built a bookmarks manager app in Flutter as a showcase for two things I've been working on. The first is synthetic_api_cli (https://pub.dev/packages/synthetic_api_cli) â a CLI tool I wrote that ge...
REDDIT
marionette_flutter â Playwright MCP but for Flutter (AI agents can now tap, scroll and hot reload your running app)
Been using Claude Code heavily for Flutter development lately and the biggest pain point was always the same: the agent writes code but can't see if it actually works. marionette_flutter solves this. ...
REDDIT
Tech Stack Audit: Solo Founder | Next.js + [Flutter vs RN] + Supabase + Stripe | Solving "AI Context Drift"
Tech Stack Audit: Solo Founder | Next.js + [Flutter vs RN] + Supabase + Stripe | Solving "AI Context Drift"Hi all, âI'm a solo founder launching a location-based utility SaaS. Architecting for a lea...
DEVTO
How to Build a Flutter Document Scanner App with Edge Detection, Editing, and PDF Export
Paper forms, receipts, and ID cards are still part of many mobile workflows, but camera captures are often skewed, low quality, or inconsistent. This project solves that by combining real-time documen...