MASTODON
Today in #FlutterDev: I was mentally planning out a 2048-game and realized it was easier to whip up…
Today in #FlutterDev: I was mentally planning out a 2048-game and realized it was easier to whip up a prototype over lunch :D#MobileDev
REDDIT
What's your tool stack for staying productive in Flutter?
Hey folks. I'm a one-person dev team with very basic Flutter/Dart and Go experience. I'd like to start building some fairly simple production-ready tools mainly for internal use at work. I have used F...
REDDIT
Iâm open sourcing my physical & mental health tracker I spent a year developing.
Hey all, I've been a professional Flutter developer for 7 years, and over the past year I built FitAndFitness as a side project. The idea was simple: there are tons of fitness apps and tons of mental ...
MASTODON
I thought I was building a scheduler.Turns out I was building a boundary — between writing and…
I thought I was building a scheduler.Turns out I was building a boundary — between writing and posting, between intention and impulse.The internet has enough tools trying to accelerate you. I wanted t...
MASTODON
Built with #Flutter so it runs on Android, iOS, Windows, macOS, and Linux from a single…
Built with #Flutter so it runs on Android, iOS, Windows, macOS, and Linux from a single codebase.Local storage only — no backend, no telemetry, no invisible server holding your drafts.For me, offline-...
MASTODON
#Flutter #BLoC best practices you're probably missing…
#Flutter #BLoC best practices you're probably missing https://dcm.dev/blog/2026/03/11/flutter-bloc-best-practices-youre-probably-missing/
MASTODON
Flutter makes it easier for businesses to build scalable apps across multiple platforms using a single codebase.
Flutter makes it easier for businesses to build scalable apps across multiple platforms using a single codebase. But how much does Flutter app development really cost in 2026?In this blog, we explore ...
REDDIT
My Flutter Mobile/Web app build is on pause:(
Hey all! Iâm working on a social networking project. Weâre about 90% doneâjust working on UI design and final tweaks. The app is built with Flutter, covering both mobile (iOS/Android) and a web ...
REDDIT
Auth strategies for HLS audio in Flutter (just_audio limitations?)
Iâve been exploring different ways to secure HLS audio streams in a Flutter app using just_audio, and ran into an interesting limitation that seems more architectural than implementation-specific. C...
REDDIT
Story: I made a set of Flutter widgets that aren't Material or Cupertino.
I use Flutter for web and desktop a lot. And if you do too, you probably know the pain: Material works fine for mobile, but on web and desktop it screams Google. Cupertino doesn't even make sense on l...
REDDIT
I built a tool that automates App Store screenshot capture for Flutter apps â AI navigates your app on cloud devices and generates store-ready assets
I've asked a couple of mobile dev subreddits(including this one) twice (2024 and 2025): What's the hardest part of deploying to the App Store or Play Store? Screenshots came out on top both times by a...
REDDIT
TextField controller that handles number inputs
I made a TextField controller that handles number formatting, constraining and parsing as you type Formats as you type: integers, decimals, and currencies with proper grouping separators (1,234,567.89...
REDDIT
Whatâs New in Archery 1.5
Archery is a Laravel-inspired, Dart-native web framework built directly on dart:io. It provides a batteries-included experience for developers who want a stable, explicit, and performant framewo...
REDDIT
Cut 30-60% off tool result tokens with LEAN formatting (MCP server, works with any model)
If you've ever hit context_length_exceeded mid-session or watched /context detail show your tool results eating 40k+ tokens, this might help. I built an MCP server that automatically compresses struct...