REDDIT
We built maestro-runner â a drop-in replacement for Maestro's test runner, written in Go. Single binary, no JVM, same YAML
Hi community! I am co-founder of a company that runs two products in the âinfra for mobile app testingâ space. We support all major test automation frameworks which, of course, includes Maestro. W...
REDDIT
I built a Flutter tutorial showing how to implement Install â Reward using AppsFlyer Deferred Deep Linking
I recently implemented deferred deep linking in a Flutter app using AppsFlyer. Flow implemented:Referral Link â Install App â Automatically open reward screen. The tutorial covers: ⢠AppsFlyer s...
REDDIT
Step-by-Step Guide: Publishing a Flutter App to the Google Play Store
I recently wrote a beginner-friendly guide explaining how to publish a Flutter app on the Google Play Store. The guide covers: ⢠Preparing the Flutter project ⢠Creating a signed app bundle (.aab)...
REDDIT
Making app through antigravity
I am making a calculator app with antigravity and upload it on app store like Indus App Store by phonepe. Is it good or not ?
REDDIT
Developing web services using the Dart language: a reference
Hi everyone, While everyone is using Dart for Flutter, Iâve been exploring its potential on the server side. Iâve just open-sourced dart_api_service, a clean and modular backend starter built with...
REDDIT
A modular Flutter project demonstrating a multi-package architecture using Melos. (Open-Source scaffold)
Hey guys, Setting up a Flutter monorepo can be a pain. I created multi_package_sample to serve as a clean, production-ready starting point for modular Flutter apps. Whatâs inside? â
Melos for mana...
REDDIT
Scroll to Section using Slivers in Flutter
I always wanted to understand how scroll to a particular section works. Using Global Keys and finding their location on screen on runtime would be a jittery experience. So I tried using Slivers. Here ...
REDDIT
Flutter Theme generator (mostly color)
I currently using m3 theme generator for colors and fonts, but it didn't accurately gives me primary color as the color code I have gave it to. Other than m3 generator or any solution for this scenari...
REDDIT
I built an open-source SQL client with Flutter over the past 3 years
About 3 years ago I started learning Flutter, so I tried to build a small SQL client as a practice project. I just kept working on it in my spare time. After about 3 years, it slowly became a usable d...
REDDIT
Googleâs AI framework (Genkit) is now available in Dart
Too many of us building AI features in Flutter are just sending raw HTTP requests to OpenAI or Gemini and doing a lot of manual JSON parsing. Google just released the Dart SDK for Genkit, which is an ...
REDDIT
I built a widget to bring Apple's SF Symbols icon transitions (diagonal wipe) to Flutter
Iâve always been frustrated that animating between two icons in Flutter usually means settling for a basic AnimatedSwitcher cross-fade. If you want something that feels native and premium (like th...
REDDIT
What I learned shipping a Flutter desktop invoicing app to the Microsoft Store
Iâve been building a Flutter invoicing app for desktop/web/mobile, and getting it shipped taught me a lot about where Flutter works well for this kind of product and where it gets tricky. A few spec...
REDDIT
Tired of the low-quality, mindless ERP chats. Trying to build âambient companionshipâ with AI. Would love your thoughts
Hi everyone! ð One thing that kept bothering us about most AI companions is this: you close the app, come back the next day and it feels like starting over. No continuity. No sense that it actually...
REDDIT
Building a 100% offline Neural Network Engine in Pure Dart via brute-force AI copy-pasting
Hi r/FlutterDev, Let me be brutally honest right upfront: I am terrible at math, and I have absolutely zero knowledge of Flutter or Dart. You might notice a link on my site to an Ekiden (relay race) s...
REDDIT
What should I focus on next?
Hello, I am a mobile developer who was recently laid off. I used Flutter to develop cross-platform apps for three years. The company I worked for was small in terms of mobile development â there wer...
REDDIT
I'm considering switching from C# WPF to Flutter, a feedback?
Hi, I'm hesitant to invest the time to learn Flutter and convert my applications (C# and WPF). The goal is to have a single project for Windows and macOS desktop apps. I've been a .NET developer for 2...
REDDIT
Which Flutter package is best for implementing advanced charts in an existing project?
Hi everyone, Iâm working on an existing Flutter project and need to implement advanced graphs/charts to visualize data. Iâm looking for a package that supports features like: Line / Bar / Pie char...
REDDIT
Flutter watch app
Has anyone built a watch app wearOs(android ) & watchOs(iOS) using flutter ? How was the experience and is it done all using flutter ? Or you have to do native code for every platform? One more thing ...
REDDIT
Cura: A CLI tool to audit Pub dependencies health and security
Hey everyone Over the years working with Flutter and Dart, I realized I pick packages from pub mostly based on likes and popularity. But the more projects I build, the more I realize that's a pretty w...
REDDIT
I believe you struggle with ASC and GDP tooâ¦
In 6 months of publishing apps, I realized that store setup was taking so many hours on my workflow. Here's what I learned and why the problem was worse than I thought. In these days building app is s...