REDDIT
My plugin for editing music file's metadata
Hello Flutter developers, I am sharing you with you a plugin that I made for editing music files's tags (ID3 tags) Several file formats are supported, and I will make sure in the next days to add more...
REDDIT
Flutter app needs beta testers (cross platform)
Iâve created an app for phones or pads that uses a flashcard approach to learning chords. Named FLASHCHORDS, it is now available for beta testing on both Apple and Android devices. This app literall...
REDDIT
No more endless manual deployments! ð
After several iterations (and a few battles with Apple and Google configurations ð
), the CI/CD architecture for @Suntro is finally up and running, fully automated on GitHub Actions. When building a...
DEVTO
How I achieved 120 FPS for complex dashboards in Flutter using pure math and CustomPainter
Beyond Standard Widgets: The Power of CustomPainter Most Flutter developers rely on heavy charting libraries. While they are great for simple use cases, they often become a bottleneck when you need to...
REDDIT
Cloud AI latency was ruining the flow state of my writing app.
Iâve been building a distraction-free writing app with a Copilot for prose autocomplete feature. In beta, the biggest complaint was the lag. Waiting 800ms for an OpenAI round-trip completely ripped ...
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)...
DEVTO
Como progamar em Dart pelo celular
Fala pessoal! Muita gente trava na hora de estudar Dart porque não tem o PC por perto. Descobri um jeito de compilar e rodar código direto no Android pelo app Dart Compiler. Fiz um passo a passo em ví...
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 ?
DEVTO
I built a free offline barcode & QR scanner for Android — here's what I learned about offline-first Flutter architecture
A few months ago I shipped ScanPro — a free Android app for scanning and generating barcodes/QR codes, managing inventory, scanning documents to PDF, and batch scanning sessions. The whole thing is 10...