REDDIT
Need solid Flutter learning resources
Iâve been using Flutter, but I donât feel strong on the fundamentals (state management, architecture, performance, etc.). Iâm looking for solid, in-depth resources - structured courses, good You...
REDDIT
Why the every post at Linkedin look like Bullshit
Six years into this career and Iâm honestly exhausted. Iâm burned out from the nonstop AI hype and watching the job market and entire industries feel like theyâre falling apart. Suddenly everyon...
REDDIT
Built a simple Pokedex App for my portfolio. Would it be good to show into job applications?
This project was actually the technical test that landed me my current job. Because all of my day-to-day work is proprietary, and my advanced personal projects are closed-source, this is one of the fe...
REDDIT
Tip: ListView.builder with fixed-width items vs Row+Expanded for horizontal card lists
Spent way too long on this so sharing in case it helps someone. I was using a Row with Expanded widgets for a horizontal card layout and it looked fine on my test device but was breaking on different ...
REDDIT
Lessons from building a 43K-line Flutter app with Gemini 2.0 Flash, 20-language localization, and a dual theme system
I've been building a personal finance app in Flutter for over a year and wanted to share some lessons from the codebase as it grew to ~44K lines across 151 Dart files. Not a tutorial â just things I...
REDDIT
I built a 2D Physics Puzzle Game entirely in raw Flutter (No Flame). Here is how I handled the 60FPS Game Loop using Ticker and CustomPaint!
Hey r/FlutterDev! ð I recently published a puzzle game called **Drop 2048**. I wanted to challenge myself by building it entirely in raw Flutter without relying on game engines like Flame, since th...
REDDIT
Built an offline AI chat app for Android using Flutter + Rust/Candle â here's what nearly broke me
Been working on NeoBild, an offline-first mobile AI app that runs GGUF models locally on Android via a Flutter frontend + Rust inference backend (candle) connected through Dart FFI. The concept is sim...
REDDIT
Rclone wrapper in Flutter FOSS
Hello everyone, I'm an Italian student trying to build something that is actually someone needs. I've found that there is no FOSS Rclone wrapper that is also cross-platform. So I decided to build one ...
REDDIT
How to get a flutter Internship
have built several flutter apps since last year,now I am currently in 3rd year of college where should I look for paid internship where can I get good learning experience. Any tips and suggestions wha...
REDDIT
Yet another wearable package for Flutter - but this one is part of a full open-source platform
Hey everyone! Thought this project might interest you - open-wearables. TLDR: Yeah, there are already a few plugins out there for syncing health data with HealthKit, Google Health Connect or Samsung H...
REDDIT
My Stripe integration worked perfectly... until 22% of my iOS users couldn't pay (Safari's date bug cost me $8k)
so this is embarrassing but also kinda infuriating. I have been running a small subscription service for the past 4 months, stripe checkout, react frontend, nothing fancy and the conversion rate was s...
REDDIT
Google AdMob in Flutter: A Complete Implementation Guide
Google AdMob is the most widely used mobile advertising platform for Flutter apps. It allows developers to monetize applications using banner, interstitial, rewarded, and native ads while integrating ...
REDDIT
What we learned building a real-time voice AI coach with the Gemini Live API and Flutter
We just shipped a voice-powered coaching feature in our journaling app that enables two-way conversations with users, pulling context from their entire journal history in real time. Built with Flutter...
REDDIT
Cached Network Image is unmaintained for 2 years, so decided to fork and create ce version of it...
TLDR; cached_network_image is left to rot. Decided to take the burden. First switched from custom sqflite cache manager to hive_ce got up to 8x faster. Looking for community feedback. https://github.c...