HACKERNEWS
Show HN: Chroma Master A premium Flutter color suite with 7 integrated games
Play Store: https://play.google.com/store/apps/details?id=com.chromamast...Hi HN, I’ve always found standard color utilities to be a bit dry. Most focus on just providing HEX codes, but as a developer...
REDDIT
Vibe coding alone is dangerous and can risk destroying the world economy
Vibe coding can help developers fast track projects & to handle allot of boiler plate code, so they can focus on architecture. It can help devs fasttrack their projects. It definitely has its benefits...
REDDIT
Container Widget in 2 minutes
Hi, flutter devs. I made a quick 2 minute video on the Container Widget. It covers from basics to advanced styling and decoration.
DEVTO
The Ultimate Guide to Hiring Flutter Developers in 2026: Platforms, Costs, Vetting & Best Practices
TL;DR - Key Takeaways Flutter developer demand grew 303% since 2020, making talent acquisition increasingly competitive Best platforms: Specialized agencies offer pre-vetted talent; freelance marketpl...
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.