Dart on the frontend. Dart on the backend. Dart everywhere. 🎯
With Dart support now in @Firebase Cloud Functions and the Admin SDK, the dream of a unified Dart stack is officially here.
Time to go full-stack, #FlutterDevs! 🚀
@madebygoogle I’m not convinced by the adaptive icon theme imposed even on apps that don’t natively support it. Links to WhatsApp chats contain people’s profile photos. But they look like negatives of the photos, and the effect isn’t very good... Can you please fix this? Thanks!
My last Flutter & AI newsletter of the year is out!
📱 Flutter GenUI SDK
⚡️ Build Runner Speedups
🗓️ 2025 LLM Year in Review
📖 MCP Becomes an Open Standard
🔒 Running AI Agents safely inside a DevContainer
You can read it here:
https://t.co/zuuYHo7Qwm
After a few headaches, I'm now able to run both Claude Code and Flutter within a sandboxed dev container.
This is great for both safety 🛡️ and speed 🚀
Here's a detailed guide with my complete setup (source code included) 👇
https://t.co/tfw5CM44AP
@csells I tried it, but unfortunately I found it a bit immature, especially compared to VS Code. For example, it doesn’t yet have a comparable marketplace, and configuring extensions doesn’t seem as intuitive as in VS Code. There’s still no color preview in files like JSON.
I'm working on a new video about essential folders I use for agentic AI coding.
I'll cover my workflow for:
1️⃣ staying organized
2️⃣ getting consistently good results
3️⃣ reducing friction when coding with AI
Should be out next week! 🗓️
To all of our AMAZING VS & VS Code users...
THANK YOU!
Our official celebration may be coming to an end, but we as Visual Studio and VS Code developers are just getting started. Don't forget to request your official t-shirt. Reply with ❤️ #VS50M #sweepstakes for your chance to win.
Optimize your Flutter apps with DevTools 💯
This suite of tools provides:
👩⚕️ Precise UI performance insights
🕵 Detailed memory debugging
👨🔬 In-depth code and app size analysis
Learn how DevTools can enhance your development workflow → https://t.co/xG8VskZW6j
I recently presented a talk about lessons learned from launching my Flutter Tips app, covering:
✅ Working with Markdown in Flutter
✅ Using GitHub as a data source
✅ Error monitoring, analytics, force updates...
✅ Marketing & ASO
Check it out here 🙂
https://t.co/4riRWvcyBU
Quick "dev checklist" for checking memory leaks by missing disposal!
[ ]Are all controllers & subscriptions disposed?
[ ]Are added listeners removed?
[ ]Are you disposing resources where they were created?
[ ]Are you calling super.dispose() at the end?
➡️https://t.co/4WV7KcQMxq