REDDIT
I feel like I forgot Flutter after a long break. Should I restart or learn something else?
Hi everyone, I previously learned Flutter and built a few small projects, but after taking a long break from development I feel like Iâve forgotten a lot of the concepts. Now I want to get back into...
REDDIT
Looking for a Technical Co-Founder / Web Developer and UI/UX Designer to collaborate on a Delivery Startup
Hello everyone, Over the past months, we have been building GrabGo, a delivery platform focused on improving how people access everyday services while helping vendors and riders operate more efficient...
REDDIT
Is Flutter worth it for web dev?
Have anyone tried building production level web products with Flutter? I saw that the Flutter ecosystem has been developing in this direction recently but hadn't met anyone who used it for web dev. An...
REDDIT
Instantly improve your AI agentâs Flutter coding abilities ð
Here is something Iâve been working on for a while. AI agent skills for your Flutter and Dart packages, making your AI coding workflow instantly better. Itâs very much a beta, but I would love to ...
REDDIT
Stop calling web wrappers "mobile apps." We need real Flutter generation.
i keep seeing these new AI builders like Bolt or Lovable blowing up, but as a Flutter dev, itâs painful to watch. Most of them just spit out React/Web code that feels laggy and "off" the second you ...
REDDIT
Offline first app with live updates from server
I've been working on a consumer app for a while that stores the data in the backend to be available cross platform. I didn't initially make it offline first, meaning every interaction on client needs ...
REDDIT
What commenting rules should we follow in Flutter to maintain clean code?
Iâve been trying to follow the clean code idea that good variable and function names should make most comments unnecessary. if (user.hasCompletedOnboarding) The intent is clear without adding a comm...
REDDIT
Handling a zero-copy image pipeline with Flutter FFI + C++ without the phone lagging or performance loss.
Hi , Iâm a dev with about 3 years in JS/Node/React and Iâm just now learning Flutter for a project that needs real-time 4K image analysis. Iâm moving my heavy logic to C++ via Dart FFI since the...
REDDIT
Rebuilding My Android App in Flutter to Support iOS â Curious About Othersâ Experience
I recently made a pretty big decision in my current project. I originally built my app natively for Android using Kotlin. The MVP was working, but while thinking about distribution and future growth, ...
REDDIT
Running On-Device ML in a Flutter App: Why Android Takes 5x the Effort
Built an app that runs a YOLO neural network entirely on-device to scan your camera roll for explicit images â no uploads, full privacy. iOS took 2 days. Android took 3 months. Wrote up everything t...
REDDIT
Any AI IDE that can automatically create or rewrite Flutter files?
Is there any AI IDE or tool that can create or rewrite Flutter/Dart files automatically? Looking for something that understands project context and can generate widgets, screens, or refactor code not ...
REDDIT
ð Fixing an Infinite Navigation Loop in a Flutter P2P App
Hey Flutter devs ð I recently ran into a nasty issue while building my P2P chat feature for my Flutter project. The Problem During a peer-to-peer connection, once isConnected became true, my naviga...
REDDIT
ð I built a Tamil Keyboard SDK for Flutter â looking for feedback from Flutter devs!
ð I built a Tamil Keyboard SDK for Flutter â looking for feedback from Flutter devs! Hi Flutter devs ð While building apps that required Tamil text input, I noticed most solutions either relie...
REDDIT
ð Just released fCheck for Flutter/Dart projects.
CLI tool that helps keep your codebase clean, maintainable, and safe by checking: ⢠code hygiene ⢠layered architecture rules ⢠correct sorting of Dart files ⢠hard-string & magic number detec...
REDDIT
Using OpenPencil for Flutter code generation?
Last week, someone got mad at Figma and started to recreate it, but as an open-source offline desktop app (using Tauri) with Vue/TypeScript, which is even better. The app can read Figma .fig files. It...
REDDIT
An app that allows you to watch streams from Twitch and Kick.
I am considering creating an application that allows users to watch broadcasts from both platforms. Users can follow channels, chat, moderate chats, etc. Do you think such an application makes sense? ...
REDDIT
I Built a Flutter Package emv_nfc_reader That Reads Credit Card Data via NFC â Here's How
A deep dive into building emv_nfc_reader*, an open-source Flutter plugin that extracts card numbers, cardholder names, transaction history, and more from EMV chip cards using NFC.* Have you ever wonde...
REDDIT
Open-sourced M-Security, a Flutter security SDK powered by Rust (AES-GCM, Argon2, BLAKE3, streaming encryption, EVFS, ...)
Iâve been working with a small team at our university to build a Flutter security SDK where all the crypto runs in Rust through Flutter Rust Bridge. The idea was to avoid doing crypto in Dart and ke...
REDDIT
I built a policy-driven password generation engine for Dart & Flutter
Hey everyone, I just published a new package called password_engine and wanted to share it here. I built this library because I noticed that most password generation in Dart apps relies on hacky helpe...
REDDIT
I built a policy-driven password generation engine for Dart & Flutter
Hey everyone, I just published a new package called password_engine and wanted to share it here. I built this library because I noticed that most password generation in Dart apps relies on hacky helpe...