REDDIT
Rebuilding an old app from scratch using flutter
Hi all, (Edit: tldr, updated a very old app built with a different cross-platform tool, had a few interesting challenges but overall much happier with Flutter) Back in 2015, I created a free mental he...
DEVTO
Why I Built llamadart: Offline Local LLM Inference for Dart/Flutter
I built a desktop AI-powered writing assistant, and cloud inference with Gemini worked great. But I needed one more mode: offline AI. I wanted the app to work on flights, unstable connections, and res...
DEVTO
Why I Built llamadart: Offline Local LLM Inference for Dart/Flutter
I built a desktop AI-powered writing assistant, and cloud inference with Gemini worked great. But I needed one more mode: offline AI. I wanted the app to work on flights, unstable connections, and res...
REDDIT
The three async bugs hiding in every Flutter search screen (and the package we eventually extracted after hitting all of them)
Wanted to share something that came out of about a year of running searchable list screens in production across a mid-size Flutter app. We hit three specific async bugs repeatedly, and the path from "...
REDDIT
Using Flutter for games turned out better than I expected
Hey everyone. Iâve been working on something called DinoGames and wanted to share it here while itâs still early. The idea is simple. You describe a 2D game in text, and the game gets built for yo...
REDDIT
Do you guys work for companies or do free lance?
I've just started learning mobile apps. Mostly because I want to actually makey own apps and put them on the app store, it interests me. But obviously I'm looking for work as well. Do companies higher...
DEVTO
Fluxy: A Modern Flutter Framework That Finally Fixes UI Complexity, Performance, and Architecture
Flutter is one of the most powerful cross-platform frameworks available today. But let’s be honest. Building large-scale, production-ready Flutter applications still feels harder than it should be. De...
REDDIT
Server sent events for Flutter
What package in pub.dev is better overall for SSE? Do android have any issues with persistent connection like SSE?
REDDIT
What are your go to prompts and skills for Agentic Flutter
Wonder what are yâall prompts and skills that you have found useful for agentic flutter Thinking about things you tell your agents to avoid doing or skills that you find useful
DEVTO
Ultimate Guide: How to Secure a Flutter App (OWASP Mobile Top 10 + Checklist)
Creating a high-performing Flutter application feels like building a beautiful glass skyscraper in the middle of a digital conflict. Everyone wants to be inside and enjoy the great experience since it...
DEVTO
[Boost]
We Built a System That Recognizes Human Time iqbal singh ・ Feb 14 #mobile #flutter #firebase
DEVTO
We Built a System That Recognizes Human Time
For years the internet has measured everything about us. Clicks. Views. Location. Scroll depth. But one thing was never measured properly — human attention. You can open a video and walk away. You can...
DEVTO
Zero-code E2E testing for any app with OpenClaw + flutter-skill
What if your AI agent could actually use your app? Not review your test code. Actually tap buttons, enter text, scroll through lists, take screenshots, and verify everything works. flutter-skill makes...
DEVTO
Flutter 3.41 + Pub Workspaces: por que a cobertura de testes quebrou (e o que fazer)
O que aconteceu Se você usa Pub Workspaces (monorepo com workspace: no root e resolution: workspace nos packages), pode ter notado um comportamento bem chato ao rodar testes com cobertura: o comando a...
REDDIT
Flutter in_app_purchase (iOS) â How to check free trial eligibility?
Iâm using Flutterâs in_app_purchase plugin for auto-renewable subscriptions on iOS. My products have introductory free trials configured under the same subscription group. The problem is that even...
REDDIT
What Do you recommend?
Do you recommend that I learn Flutter or not? I have just started, but I doubt that the chances of getting a job might be slim due to the existence of AI. What is your opinion?
REDDIT
iBeacon Monitoring in Flutter App: Background Wake-Up from Killed State, Time Limits for BLE, and Handling Multiple Regions/Identifiers
Hello Developer Community, I'm developing a cross-platform app using Flutter and the flutter_beacon library to handle iBeacon detection on iOS. My goal is to wake up the app in the background when it'...
REDDIT
Build APK Size
Why is the flutter build apk unnecessarily too large My app is just used as a wrapper to render a website It is around 70mb Is there a way to get this reduced and make sure the apk works on most versi...
REDDIT
Open-source Flutter/Dart network inspector app: HTTP + WebSocket/Socket.io (DevTools alternative)
Hi! I built network_debugger - a free, open-source advanced network inspector app for Flutter/Dart (privacy-first, works fully offline). GitHub (docs + screenshots): https://github.com/cherrypick-age...