HACKERNEWS
Show HN: Flutterby, an App for Flutter Developers
Article URL: https://flutterby.app/ Comments URL: https://news.ycombinator.com/item?id=47391966 Points: 3 # Comments: 1
REDDIT
Can Flutter be used in a desktop app in lieu of native renderer?
Looking to play around with various ideas for desktop app. One is the electron route with webview.. that works, its not bad, tons of support/libraries for GUI stuff. But sluggish, eats memory, etc. Th...
REDDIT
Built an Auth system for Flutter that reads SIM card automatically like Google does
Hey everyone I've been working on an auth system you can drop into any Flutter app The idea is users don't type their phone number, the system reads the SIM card directly and fills it automatically ju...
DEVTO
How I Built Encrypted Bluetooth Team Sync in Flutter — AES-256-GCM, ECDH, CRDTs, Zero Servers
There are plenty of places where cell towers don't exist. Mountains, forests, remote wilderness where the only infrastructure is what you carry. When your team spreads out across a few kilometers, kno...
REDDIT
I just published my first Flutter package:Â text_gradient_widget. Itâs a
Hi everyone, I just published my first Flutter package:Â text_gradient_widget. Itâs a small package for creating gradient text with linear and radial gradients, custom stops, and different direction...
DEVTO
Flutter vs Native App Development in 2026: Which One Should Businesses Choose?
If you are planning to build a mobile application in 2026, one of the biggest decisions is choosing the right development approach. Businesses and startups often face a common question: should they go...
REDDIT
First Flutter app (seeking feedback) â iOS live, Android coming soon
Hi Flutter devs ð I just finished my first Flutter app and would really appreciate feedback from more experienced developers. Itâs currently available on iOS, and the Android version is on the ...
MASTODON
Прямая трансляция во Flutter через WebCodecs: как пришлось написать свой декодерКогда live-видео…
Прямая трансляция во Flutter через WebCodecs: как пришлось написать свой декодерКогда live-видео приходит как сырой H.264 поток через WebSocket, стандартные Flutter-плееры перестают работать. В этой с...
DEVTO
[Boost]
Vibe Coding Flutter: The Senior Dev's Honest Take Sayed Ali Alkamel ・ Mar 13 #flutter #dart #ai #vibecoding
REDDIT
floaty_chatheads is back â revamped and ready
Before anything else, I want to give a massive thanks to the team behind flutter_overlay_window. Studying how they approached widget integration/communication helped me rethink the entire overlay sys...
DEVTO
What I Learned Shipping a Spiritual App to 100+ Users and ₹15K Revenue in 3 Months
What I Learned Shipping a Production App as a Solo Developer For the past few months, I've been building Anahad — a spiritual app for saadhnas, pujas, and meditation. I recently shipped it to producti...
REDDIT
How I ended up having KMM module in my Flutter app
Hey folks, sharing a real one from my app (Zen Glide) because maybe it saves someone a few weeks of pain ð
I never thought that I can have KMM (Kotlin Multi Platform) + Flutter in a single app. In ...
REDDIT
flutter makes building ui like this so much easier than it should be ð
been working on something new for habithook - habit tracker and honestly flutter deserves the credit for how smooth this process has been. the kind of ui i'm putting together â the glow effects, the...
REDDIT
Fletch is an Express-inspired HTTP framework for Dart. Version 2.2.0 is out with a focus on performance and production security.
Fletch is an Express-inspired HTTP framework for Dart. Version 2.2.0 is out with a focus on performance and production security. Performance 44,277 RPS on Apple M-series â now the fastest Dart web f...
REDDIT
Confused on how this is useful in anyway records annotation positional with name
So we have (int x, int y, int z) point = (1, 2, 3); so x, y, and z is a positional value and we still access those using $1 positional getters. Whats the point of adding the name ?
REDDIT
Most coding platforms fail because they ignore the real problem: consistency.
Most coding platforms focus on what to learn. Almost none solve the real problem: consistency. Youâve probably seen this pattern: Student starts solving problems on LeetCode. Day 1 â motivated. Da...
DEVTO
David Stark: Top High-Paying Roles
👋 Hello Developers, The market is shifting. We are seeing a surge in MOBILE roles this week. My bot just scanned 200+ verified remote jobs, and I've cherry-picked the Top 5 roles. 🔥 Watch out for Jo...
REDDIT
Flutter E2E testing
Hello all, Iâve developing an E2E testing that translates natural language to testing steps Here how it works: A lightweight Flutter widget gives your UI elements stable test IDs. A Dart key generat...