REDDIT
I shipped a Flutter state lib (PipeX) â hereâs how it did vs Riverpod, BLoC, MobX on Rainbench
Hi r/FlutterDev, Iâve been working on PipeX (pipe_x on pub) â a small Flutter state library built around pipes, hubs, and sinks (fine-grained reactivity, minimal boilerplate). I recently ran ...
REDDIT
I built a âLiquid Glassâ Flutter Widget Showcase (160+ widgets with live previews) â would love your feedback & ideas ð
Hey everyone! Iâve always liked Flutterâs Widget of the Week, but when actually building apps I kept wishing for something faster and more interactive â where I could instantly see how a widget ...
DEVTO
How I Built a Practical Reservation System from Scratch
How I Built a Practical Reservation System from Scratch When I started building my own reservation system, I didn’t aim to create something “perfect”. I just wanted something that actually works in re...
DEVTO
From Pixels to Diagnosis: Building a Real-Time Skin Lesion Classifier with Flutter & ViT
In the world of digital health, the distance between a patient and a preliminary diagnosis is shrinking rapidly. Today, we're diving into the intersection of Mobile Vision, TensorFlow Lite, and Vision...
REDDIT
CI CD comparisons
What tool is best for ci cd for flutter mobile? I have seen some comments saying that Code magic deploying the latest commit in the main branch is useful, or Fastlane + GitHub actions are their goto c...
REDDIT
Will new material 3 widgets come to flutter?
hello everyone! I'm making my app in flutter, and there are some material 3 components presented on material io, but haven't been added to flutter main package. Does anybody know if there are plans to...
REDDIT
Been building a niche productivity Ai powered app for a very specific professional persona
Been building something quietly for the past few months. Won't share what it is yet, but I want to talk about the AI architecture because I haven't seen many Flutter devs go deep on this. The app targ...
MASTODON
The second release candidate of Butterfly Crimson Red (2.5) is now available.Highlights:📄 Improved…
The second release candidate of Butterfly Crimson Red (2.5) is now available.Highlights:📄 Improved pdf📋 Improved logs🔤 Better arabic font🐛 Bug fixesRead more here: https://linwood.dev/butterfly/2....
REDDIT
Looking for technical feedback on our Flutter iOS TestFlight app
Weâve opened the iOS TestFlight for Cheeky, a Flutter-built fashion-tech app, and Iâd love feedback from other Flutter devs. The app is focused on wardrobe interaction, style discovery, and social...
DEVTO
We are launching our fashion tech app
We’ve opened our iOS TestFlight for Cheeky — looking for technical feedback We’ve just opened the iOS TestFlight for Cheeky and are looking for early feedback from developers, product builders, and te...
MASTODON
🚀 v1.0.4 released — dynamic_single_text_fieldBuild clean OTP-style inputs fast ✨Dynamic,…
🚀 v1.0.4 released — dynamic_single_text_fieldBuild clean OTP-style inputs fast ✨Dynamic, customizable & lightweight🔗 https://pub.dev/packages/dynamic_single_text_field💻 https://github.com/NicosNico...
MASTODON
🚀 New update for percentages_with_animation v1.1.5!🔗…
🚀 New update for percentages_with_animation v1.1.5!🔗 https://pub.dev/packages/percentages_with_animation💻 https://github.com/NicosNicolaou16/percentages_with_animation👍 Like it on pub.dev if you f...
REDDIT
[XYZ] Simplified state reactivity ft. Streams
XYZ â just another state management library inspired by Signals and GetX for surgical/fine-grained reactivity. No external dependencies (only ~100 lines of code). Simple code foundation so you can s...
DEVTO
Before Writing Code, I Write the Spec Myself
Before you start coding, you usually need to clearly define what needs to be built. In other words, you take unclear requirements and turn them into actual features based on what you hear from your cl...
DEVTO
Unlock Local Encryption with Passkeys: A Guide to the KEK (PRF) Feature
Passkeys are revolutionizing the way we authenticate by providing a secure, passwordless experience. But did you know that passkeys can do more than just authenticate users with a server? With the Pas...