REDDIT
Is Dioxus > Flutter?
I was there during the Flutter 2.10 days and null safety migration. It was thrilling to watch Flutter blossom and I thought it was the perfect solution. Then I started noticing the slippery feeling of...
REDDIT
I built a VS Code extension that makes Flutter debug logs actually readable
If you use Talker (or pretty_dio_logger, or logger) you know the problem - the Debug Console turns into a wall of box-drawing characters pretty fast. I use Talker in an app I've been building for a fe...
REDDIT
iOS Screenshot Workflow
Hi together, did someone have a good (automated) workflow of generating iOS Screenshots in all the app languages? I only found the XCUITest, but this seems not the best idea (at least I think that..)....
REDDIT
Flutter Webs Biggest Weakness
I feel like Flutter webs biggest weakness is the bundle size. The same app built in react and flutter, but flutter could take 10 - 50 times longer to load. On a slow internet connection, thatâs sub ...
REDDIT
Flutter beginner
Hey guys, I'm learning Flutter about 2 months, can you guys leave some tips for me? About my knowledge: I work with Python and have been a Data Engineer for a year and a half. For me, it's a challenge...
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...