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...
REDDIT
Tap Clash Video Game
Hello guys, I made this game. Itâs a two-player game that can be played both offline and online. The offline mode is especially exciting because players tap on both sides of the screen to capture te...
REDDIT
I added a live-formatting TextEditingController to Textf â replace TextEditingController and your TextField renders **bold**, *italic*, `code` as the user types
Textf v1.2.0 is out. New: TextfEditingController - a drop-in replacement for TextEditingController that renders inline formatting live in any TextField or TextFormField as the user types. What it look...
DEVTO
From Clinic to Code: Engineering a Clinically-Grounded AI Copilot for Low Vision
For the 2.2 billion people experiencing vision impairment globally, standard assistive technology often feels like a burden rather than a bridge. The seed for my latest project, GozAI, was planted bac...
REDDIT
Marionette MCP v0.4 released
Hello r/FlutterDev! Weâve just released v0.4 of Marionette MCP â a tool that lets AI agents interact with Flutter apps at runtime. If youâre experimenting with AI-assisted development, and you ...
REDDIT
Flutter BLoC Best Practices You're Probably Missing
I have just published a new blog post I opened the BLoC repository to the implementation source code and figured out why certain bugs may occur. It's a lot of fun to read the code of this package. Kud...
REDDIT
Flutter devs â how painful is App Store submission for you?
Flutter adds an extra layer to App Store submissions permissions, frameworks, platform-specific configs that are easy to get wrong. For those who have shipped Flutter apps to the App Store: - What rej...