DEVTO
My App Got Rejected for "Device Automation" on Google Play — Here's What I Had to Do
I built a small Android app called ALL SMS — it automatically forwards incoming SMS messages to a phone number, email, or webhook. Simple concept, clear use case. Then Google Play rejected it. The rej...
MASTODON
🚀 quantify - type-safe unit handling for Dart & Flutter.- 20+ quantity types.
🚀 quantify - type-safe unit handling for Dart & Flutter.- 20+ quantity types. - NEW: Built-in parser. - Extension syntax: 65.mph, 185.lbs, 98.6.fahrenheit are real types.Stay type-safe - let Dart cat...
REDDIT
quantify - type-safe unit handling for Dart, with extension syntax (65.mph, 185.lbs) and dimensional factories
I've been building quantify, a Dart unit conversion library that treats physical units as first-class types - not annotated doubles, not string keys. Here's why that matters. The core design: a Length...
DEVTO
Mastering API Calls in Flutter with Dio + GetX
🚀 Mastering API Calls in Flutter with Dio + GetX Want to level up your Flutter development skills? Learn how to build clean, scalable, and efficient API integrations using Dio and GetX—two powerful t...
REDDIT
Hello
Is there a Flutter library that converts text to speech and supports all languages? Iâm looking for a Flutter package (not an API) that can convert text to speech and supports most or all languages....
REDDIT
I Built a Flutter Video Conferencing App
I came across a simple way to build a Flutter video conferencing app without putting together the whole meeting UI from scratch. This setup can help if you want to: create an online meeting page in Fl...
REDDIT
What if AI could operate your Flutter emulator like a QA engineer? I built a rough version. Hereâs what I need from this community.
Iâve been building Flutter apps professionally for years. When AI coding tools took off, I adopted them fast. Cursor, Copilot, the usual suspects. And they helped â genuinely. But there was always...
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...