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...
DEVTO
I replaced the like button with a weighted slider. Here's the architecture behind it.
Every social platform has a reaction system. Facebook has six emoji reactions. Twitter has a heart. Instagram has a heart. Reddit has upvote/downvote. They all share the same fundamental design: a bin...
DEVTO
I built a pre-send tone analyzer into a chat app using Flutter and Supabase
Most messaging apps optimize for one thing: delivery speed. Message typed. Message sent. Message delivered. Done. The entire pipeline is built around getting bytes from point A to point B as fast as p...
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...
REDDIT
Does Process.runSync() resolve the absolute path to the executable at build time on Linux?
I'm indirectly using the xdg_directories package, which executes xdg-user-dir (see https://github.com/flutter/packages/blob/a9d36fb7b9021b6e980156097fa8c0f8392273f3/packages/xdg_directories/lib/xdg_di...
REDDIT
Where can I find developers who are open to working on a startup for equity?
Hi everyone, For the last 18 months Iâve been building a startup focused on live commerce for Bharat â basically a platform where sellers can sell products through live streaming. So far weâve m...
REDDIT
Made a quick Flutter widget lifecycle quiz while prepping for interviews â 10 questions, senior level
Been prepping for senior Flutter interviews and kept blanking on lifecycle questions during mock rounds â not because I didn't know them, but because I couldn't explain them cleanly on the spot. Put...
DEVTO
Building Complex, Excel-Style Data Tables with PDF & Excel Exports in Flutter 📊
If you have ever been tasked with building an enterprise dashboard, an inventory tracker, or a financial report in Flutter, you already know the struggle. Flutter’s built-in DataTable and Table widget...
REDDIT
Url to flutter app converts easily using my repo
https://github.com/ameerhamzasaifi/Url_to_App test and use my repo , if you find any bug or error pls create a issue in my repo
REDDIT
How to implement a global screen time limit in Flutter (auto lock when usage time is over)?
Iâm building a kids learning application in Flutter, and I want to implement a parent-controlled screen time limit feature. The requirement is something like this: Parents can set a daily usage limi...