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...
DEVTO
Supercharging Flutter Development with 80+ Powerful String Extensions 🚀
If you’ve built more than one Flutter app, you’ve probably rewritten the same helpers again and again: Email validation regex Slug generators Hashing utilities Word count logic Text formatting helpers...
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
DEVTO
Flutter'de Null Safety Nedir? 🎯
Null safety, Flutter'de değişkenlerin null (boş) değer almasını kontrol altına alan bir güvenlik sistemidir. Kodunuzu daha güvenli ve hatasız hale getirir. ⚡ Temel Kavramlar Nullable Tipler (?): Strin...
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...
DEVTO
Flutter Sticky Bottom Button: Beyond the FloatingActionButton
Flutter gives us the FloatingActionButton, and don’t get me wrong, it’s great. But sometimes… it’s just not enough. Sometimes we want more control over how and when a button appears. Maybe we want it ...
GITHUB
Bump engine version for 3.41.2 stable release (#182559)
Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. Comments from the gemini-code-assist bot should not be taken as authoritative feedback from the Flutter team. If ...
DEVTO
Deep-Dive: Building a Production-Ready Navigation Observability System in Flutter
The Black Box Problem Navigation is the backbone of every mobile app. Yet, in most production environments, it's completely invisible. Most teams instrument API calls and screen views, but the actual ...
REDDIT
I built a CLI that generates a production-ready Flutter app (auth, API layer, caching, security, CI/CD)
Most Flutter projects start the same way: Create project â set up folders â wire DI â build auth â handle tokens â write API client â add pagination â cache â settings â tests â CI...
DEVTO
Create A Powerful Mobile App - Rust as the Brain, Flutter as the Face
Design beautiful interfaces in Flutter. Run serious logic in Rust. Connect them like a pro. Modern applications are evolving beyond simple UI rendering and API calls. Today's apps handle heavy data pr...
REDDIT
Trying to build a true on device AI
I travel a lot. I don't usually have service in a lot of places. I could see myself use some local AI model that I can upload references maps guides PDFs and use it locally without any internet servic...