DEVTO
Building a Full-Stack Healthcare Platform with Flutter, Node.js & MongoDB (Doctor Help – WIP)
We are currently building Doctor Help, a full-stack healthcare platform that connects patients and doctors through a scalable appointment system. This is not a UI demo or a college-level CRUD project....
DEVTO
I built a production-ready Flutter boilerplate to ship apps faster
Hey👋 I just launched FlutterLift — a production-ready Flutter starter kit. It includes: • Auth flow • Role-based routing • Clean, scalable architecture • Supabase Integration • Web + mobile support I...
REDDIT
Transitioning from vibe-coded swift to flutter â any conversion tools or just a full rewrite?
Been vibe coding this project in swift for a while now and the repo is getting way too complex to maintain. iâm rly regretting not starting with flutter for the cross-platform play and easier state ...
REDDIT
Is Flutter/Dart Fully Open Source?
I asked this since from what I can tell Flutter is fully open source since it has been forked into another project called Flock. But I want to ask here for clarity, is Flutter and Dart fully open sour...
REDDIT
Is using the beta channel in production apps okay?
I am developing an app and I am wanting to use the latest versions of the following: flutter_riverpod riverpod_annotations riverpod_generator Has anyone built production level apps inside of the beta ...
GITHUB
Update engine.version for 3.38.10 stable hotfix release (#182095)
I messed up thinking that I didn't need to do this since no cherry pick affected the engine. Instead, I need to update it with the SHA from #181926.
GITHUB
3.42.0-0.0.pre: Update `engine.version` for 3.42 beta release (#182125)
The commit: 3543c00 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 t...
DEVTO
Flutter Development Environment Setup (Apple Silicon macOS)
This document is a complete, reproducible guide based on a real troubleshooting journey. It explains what we were trying to achieve, why each tool exists, how to install everything cleanly, and how to...
DEVTO
From Clone to iPhone: A First-Time Flutter iOS Journey (with All the Pitfalls)
This post documents my first real interaction with Flutter, Dart, Android Studio, Xcode, and iOS development, starting from cloning an existing Flutter repository all the way to running the app on a r...
GITHUB
3.41.0: Update `engine.version` for 3.41 stable release (#182118)
Update engine.version to Dart version + DEPS update: 3452d73 Tests will fail until https://ci.chromium.org/ui/p/dart-internal/builders/flutter/Linux%20flutter_release_builder/1198 completes. Note: The...
REDDIT
Open-Source app architecture for high-quality, scalable Flutter apps
Hi devs, If you're looking for some architecture ideas or some cool animations, this open-source Flutter app might be useful. I built it with the goal of keeping the architecture readable and scalable...
REDDIT
Nocterm Bloc
Hey, dart devs. If you are a fan of #nocterm, you might find this time-tested approach to state management useful.
REDDIT
Locmate: Flutter local localization interface
A visual editor for Application Resource Bundle (.arb) localization files, enabling rapid development. It is specifically designed to be used for Dart and Flutter projects using the intl package. Th...
REDDIT
Everything I know about Fluorite
Toyota Connected North America just announced Fluorite: a console-grade 3D game engine built entirely in Dart and Flutter, powered by Google's Filament renderer. It was revealed at FOSDEM 2026 and is ...
DEVTO
The Hidden Gem of Flutter Lists: Unlocking scrollable_positioned_list's Superpowers
As Flutter developers, we've all faced the common challenge: building lists that need more control than the standard ListView provides. Whether it's scrolling to a specific index, tracking which items...
REDDIT
Mixbox is a library for natural color mixing based on real pigments.
Mixbox is a new blending method for natural color mixing. It produces saturated gradients with hue shifts and natural secondary colors during blending. Yellow and blue make green. The interface is sim...