REDDIT
Learning Flutter from scratch
Hi there, do you think itâs worth starting an adventure with Flutter in 2026 and trying to find a job connected with it?
REDDIT
Built an entire PDF editing suite for iOS, macOS, Android with Windows coming soon
Most features are free, only the advanced ones are priced, like using a local LLM model to summarize PDFs or digital signatures. Reached 100K downloads, it beats Adobe in both performance, pricing and...
REDDIT
do you use flame features on your non-game apps?
After some time doing game-development I've realized that some features in flame can actually be used on comercial apps too, I wonder if people do this. For example, flame has it own audioplayer libra...
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...