MASTODON
📱 Top Frameworks for App DevelopmentBuilding a mobile app?
📱 Top Frameworks for App DevelopmentBuilding a mobile app? These frameworks power modern Android & iOS apps:Choose based on performance, scalability, and your tech stack.#AppDevelopment #MobileDevelo...
DEVTO
Linxr | Part 3 — SSH Terminal in Flutter
SSH Terminal in Flutter Part 3 of 4 — building Linxr, a single APK that runs Alpine Linux on non-rooted Android. ← Part 2: Shipping QEMU in an APK The Goal Once Alpine boots and sshd starts, the app n...
DEVTO
Managing Flutter & Dart SDK Versions with Proto
"It works on my machine." Three Flutter projects, three different SDK versions, and flutter downgrade is your most-used command. There has to be a better way — and there is. Proto is a universal versi...
REDDIT
Flutter devs: how are you handling realâtime sync today?
I noticed something while building several Flutter apps. Most of the time when we say we're building a realâtime app, we're not actually building the app. We're building the sync layer around the ap...
DEVTO
Mobile Development Approaches
Mobile apps can be built using native or cross-platform frameworks. Choose based on performance needs, platform support, and development speed.
DEVTO
How Flutter Developers Can Use Stitch to Build Client Apps Faster in 2026
AI-driven app design process A client once told me: “I don’t care how it looks. I just want an app like Uber, but for groceries.” No wireframes. No design system. No brand guide. Just an idea. I’m Saf...
REDDIT
Run LLMs locally in Flutter apps - no internet, no API keys, or usage fees (Gemma, Qwen, Mistral...)
Hey Flutter devs ð We've built an open-source Flutter library that runs LLMs entirely on-device across mobile and desktop. Your users get AI features without internet connectivity, and you avoid cl...
REDDIT
Why canât Flutter isolates access platform channels used by plugins?
I noticed that calling a plugin inside compute() can cause a MissingPluginException on Android. final result = await compute(processData, data); This can be confusing when youâre new to Flutter, esp...
REDDIT
Day 2 of Rebuilding My App in Flutter â Learning Flutter State Management
I recently started rebuilding my Android app in Flutter so I can launch on both Android and iOS with a single codebase. Todayâs focus was understanding state management properly instead of just hack...
REDDIT
Whatâs the "holy crap" AI feature youâve actually shipped in Flutter recently?
Weâve all seen the basic "chat with a PDF" tutorials, but with the recent explosion of the Flutter AI Toolkit and the Gemini 3.1 series, it feels like weâre finally moving past the chatbot phase. ...
REDDIT
Maintained fork of pull_to_refresh â drop-in replacement with Dart 3 support
Kept hitting Dart 3 errors with pull_to_refresh and got tired of waiting, so I forked it and fixed it. Same API, just change the package name and import. That's it. pub.dev: https://pub.dev/packages/s...
DEVTO
Flutter custom notifications
Every Flutter app needs notifications. Whether it's a success alert after a payment, an error toast when upload fails, or a warning banner before a session expires — you need them everywhere. Most dev...
DEVTO
Integrating AI and Machine Learning into Flutter Applications
The convergence of cross-platform efficiency and artificial intelligence has redefined the boundaries of mobile software. As businesses seek to provide smarter, more predictive user experiences, the t...
REDDIT
Start building a Flutter app ð
Hello everyone, Iâm currently developing a mobile app using Flutter, and Iâm facing a few issues related to security. I would really appreciate your advice. 1. Code protection Right now, I only us...
REDDIT
Looking for feedback on improving navigation preview in a website-to-app builder
Hi everyone, Iâve been working on a small project called Wrapply, a tool that converts a website into an installable Android app. Recently we implemented a new update based on the features most requ...
REDDIT
Am I overdoing it with flutter clean? My build times are driving me crazy.
Hey everyone, Iâm currently interning as a Flutter dev and Iâve fallen into a habit that is absolutely killing my flow. Every time I make even a small changeâlike a minor UI tweak or a logic fix...
MASTODON
📍Embedded World 2026 starts in Nuremberg tomorrow.Stop by KDAB at booth 4-302 to explore live…
📍Embedded World 2026 starts in Nuremberg tomorrow.Stop by KDAB at booth 4-302 to explore live demos of #embedded systems built with Qt, C++, Rust, Slint, and Flutter, and talk with our engineers abou...
REDDIT
Tired of waiting 3 months and spending $5k just to get a "native" MVP?
Iâve seen so many founders get stuck in the "web vs native" trap. They build a React wrapper, it feels laggy on Android, and then they have to rewrite everything 6 months later. I got frustrated wit...
REDDIT
[Show & Tell] Engineering Calculator App built with Flutter - Looking for feedback
Hey Flutter community! I built an engineering toolkit app using Flutter that includes electrical calculations (Ohm's Law, power formulas), instrumentation tools, and quick-reference utilities for fiel...