REDDIT
Tired of dead Discord servers? I'm starting a "No-Fluff" Flutter & Dart HubTired of dead Discord servers? I'm starting a "No-Fluff" Flutter & Dart Hub .
Most dev servers are either too quiet or filled with "GM" spam. I'm trying to build something different: a Flutter & Dart Hub that is actually about shipping code. Iâve integrated a custom AI (Nobit...
REDDIT
I built a headless overlay toolkit for Flutter that makes tooltips, popovers, and context menus easy
Anyone who's tried to build a custom dropdown, tooltip, or popover in Flutter knows how painful it is. Flutter's Overlay API is pretty low-level. You have to handle positioning yourself, flip when hit...
REDDIT
Flutter Pdf package
Hi, Iâm looking for a Flutter package that supports smooth zooming and two-directional scrolling (both horizontal and vertical) for PDFs. Iâm currently using pdfrx together with zoom_widget, bu...
REDDIT
Deprecated warnings building for iOS
This is my first time building an app for iOS and once I finally got it built for my testing device I got a bunch of warnings in Xcode (I develop on my Linux machine and borrow my wife's MacBook to co...
REDDIT
Choosing ONE backend language for Flutter â best for long-term career?
Hi everyone, Iâm currently learning Flutter and I want to become strong in backend development as well. However, I donât want to learn multiple backend languages and confuse myself. I prefer to ch...
REDDIT
All Flutter Developer Comment Your Current Salary With Experience .
Comment Your Salaries with your experience for an idea and demand of flutter developers.....
REDDIT
My Flutter pre-release checklist (Android + iOS) after too many avoidable bugs
I kept shipping small issues that should have been caught before release, so I made a short checklist for every Flutter app. - Run flutter analyze and fix all warnings that matter to runtime behavior ...
REDDIT
I made simple timer IOS game
Hi guys, I want to share my simple timer game. Made with Flutter + Flame only using Claude Code. Just wanted to share and also need feedback Thank you for reading!
REDDIT
Having switched to Zed IDE I was missing the VSCode Flutter tooling, so I built my own TUI for any terminal.
A few months ago I switched to Zed IDE and fell in love with it. It's blazingly fast, clean and simple, but the only issue is that it doesn't have any Flutter integration like VSCode or IntelliJ. I wo...
REDDIT
Running Text-to-Speech in Flutter
My team and I are building a platform that allows you to write a Python function, convert it to C++ code, and compile it into a library that can then be used in Flutter apps. We used it to run the new...
REDDIT
Dismissible page with scrollable view inside (*bug fix)
Hey there! If you have ever browsed pub.dev, searching for any kind of packages that does handle page dismissing when dragging sheet in all kind of directions, you'd probably came over this package ht...
REDDIT
Stop freezing your UI thread: I built a managed C++ runtime for Flutter that runs 43 tok/s LLMs in background isolates
I have seen too many flutter AI plugin thata re just thing FFi wrappers. they look great in a CLI, but the moment you put them in an app, the UI locks up the process and it crashes after 60 seconds. I...
REDDIT
Alternative Of Admob
I recently built an app and wants to add ads on my app but I don't have any Play Store Account so I cannot use Admob So Please 𥺠Tell Alternative of admob
REDDIT
Alternatives to FCM?
Iâm building a privacy-first FOSS mobile app using Flutter + Supabase. Iâve intentionally avoided Google and proprietary SDKs wherever possible, but push notifications are the one dependency thatâ...
REDDIT
Archery Lessons: Routing 103 â Forms & Body Parsing
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...