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...
HACKERNEWS
Show HN: Create an onboarding flow on Flutter in 5 min
Hey Flutter devsIf you've shipped apps before, you know how important it is to have an efficient and polished onboarding flow. It's the first thing users see and often the reason they leave.You've pro...
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...
REDDIT
The official Material package has been released!
The official Material package has been released! cupertino_ui is also available! The separation from Flutter is finally beginningâ¼ï¸ https://pub.dev/packages/material_ui
REDDIT
I really appreciate how explicit and syntactic sugar free Dart and Flutter are
I'm trying to get better at native platforms after a while of Dart and Flutter, so I've been taking a stab after SwiftUI. And while very nice syntactically, I'm kind of frustrated at how much syntacti...
REDDIT
When did building responsive and adaptive widgets click for you?
Iâve been learning flutter recently and Iâm working on a calculator app for practice. Iâm trying to build it with responsive widgets so that it can work with any screen size but Iâm really hav...
REDDIT
Immersive flutter apps on the Apple vision pro?
It seems like Flutter for vision pro is just limited to rendering in an iPad window. I have been building a card game (open face chinese poker) which is basically three-board solitaire poker. I though...