Wanna learn Flutter? 👉 https://codewithandrea.com/
📱 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:
codewithandrea.com/newsletter/d...
📱 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:
codewithandrea.com/newsletter/d...
This is great for both safety 🛡️ and speed 🚀
Here's a detailed guide with my complete setup (source code included) 👇
codewithandrea.com/articles/run...
This is great for both safety 🛡️ and speed 🚀
Here's a detailed guide with my complete setup (source code included) 👇
codewithandrea.com/articles/run...
🐦 Flutter 3.38 & Dart 3.10
🖥️ Google's Antigravity IDE
🔥 Gemini 3 Pro, Opus 4.5, GPT 5.1
⚠️ Agentic Coding Security Risks
🤮 AI Coding Sucks (interesting take by Syntax .fm)
Read it here 👇
codewithandrea.com/newsletter/n...
🐦 Flutter 3.38 & Dart 3.10
🖥️ Google's Antigravity IDE
🔥 Gemini 3 Pro, Opus 4.5, GPT 5.1
⚠️ Agentic Coding Security Risks
🤮 AI Coding Sucks (interesting take by Syntax .fm)
Read it here 👇
codewithandrea.com/newsletter/n...
Many gotchas along the way. I'll try to share an article once I get it working properly.
Many gotchas along the way. I'll try to share an article once I get it working properly.
But I still feel like a beginner and I now see a long road to real mastery.
My new plan:
- I'll dive deeper and aim to get really good at this
- Once I'm ready, I'll start sharing new content
But I still feel like a beginner and I now see a long road to real mastery.
My new plan:
- I'll dive deeper and aim to get really good at this
- Once I'm ready, I'll start sharing new content
How I did it:
- Written a detailed spec (with some help from AI)
- Used my own custom /plan and /work sub-agents
Claude code did all the work -> AI Agents are getting better!
Quick demo 👇
How I did it:
- Written a detailed spec (with some help from AI)
- Used my own custom /plan and /work sub-agents
Claude code did all the work -> AI Agents are getting better!
Quick demo 👇
Just tested Antigravity with Gemini 3 Pro. 💻
Very nice... but I still miss a few things from Claude Code.
Will publish a video next week!
Just tested Antigravity with Gemini 3 Pro. 💻
Very nice... but I still miss a few things from Claude Code.
Will publish a video next week!
I built >90% of it with agentic AI and I'm improving my workflows as I go along.
Check it out here:
currency-converter-ab.web.app
I built >90% of it with agentic AI and I'm improving my workflows as I go along.
Check it out here:
currency-converter-ab.web.app
That's a very valid question, since AI doesn't always get it right.
In my latest video, I offer insights from my experience, along with a decision matrix that will help you save time and avoid frustration.
Watch it here 👇
youtu.be/HOhYX9lA6T8
That's a very valid question, since AI doesn't always get it right.
In my latest video, I offer insights from my experience, along with a decision matrix that will help you save time and avoid frustration.
Watch it here 👇
youtu.be/HOhYX9lA6T8
If prompting effort > coding effort, code it. 😅
Would it be useful if I made a video with examples, etc?
If prompting effort > coding effort, code it. 😅
Would it be useful if I made a video with examples, etc?
🧩 Flutter & Figma MCP
🧱 Wasm 3.0 release
🎥 FlutterCon EU 2025 Videos
🎧 Andrej Karpathy — AGI is still a decade away
Read on for all the details:
codewithandrea.com/newsletter/o...
🧩 Flutter & Figma MCP
🧱 Wasm 3.0 release
🎥 FlutterCon EU 2025 Videos
🎧 Andrej Karpathy — AGI is still a decade away
Read on for all the details:
codewithandrea.com/newsletter/o...
Sad to see late-stage capitalism changed this. Now it seems to be the norm (esp. for AI companies) to trick customers and do the opposite.
Sad to see late-stage capitalism changed this. Now it seems to be the norm (esp. for AI companies) to trick customers and do the opposite.
www.dwarkesh.com/p/andrej-kar...
www.dwarkesh.com/p/andrej-kar...
Fully implement a feature, getting as close as possible to 0% context before auto-compacting.
Fully implement a feature, getting as close as possible to 0% context before auto-compacting.
Inside, I cover:
⏳ Updated workflow for more consistent AI results
✅ Guidelines to ensure AI stays on track
🧭 Battle-tested patterns, commands and prompts
Watch it here 👇
youtu.be/D68mZzbs6JY
Inside, I cover:
⏳ Updated workflow for more consistent AI results
✅ Guidelines to ensure AI stays on track
🧭 Battle-tested patterns, commands and prompts
Watch it here 👇
youtu.be/D68mZzbs6JY
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! 🗓️
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! 🗓️
Same for you?
Same for you?
Or rather, I wrote the spec, and CC Sonnet 4.5 did all the planning and implementation. 🚀
Got it all done in ~4 hours, even though I wasn't at all familiar with the fl_charts library. Very impressed!
Or rather, I wrote the spec, and CC Sonnet 4.5 did all the planning and implementation. 🚀
Got it all done in ~4 hours, even though I wasn't at all familiar with the fl_charts library. Very impressed!
- Riverpod 3.0
- The ultimate guide to migrating to Flutter
- Liquid Glass UI
- AI rules for Flutter and Dart
- Latest from the Flutter community
- Best AI Coding Agents
Read on for all the details 👇
codewithandrea.com/newsletter/s...
- Riverpod 3.0
- The ultimate guide to migrating to Flutter
- Liquid Glass UI
- AI rules for Flutter and Dart
- Latest from the Flutter community
- Best AI Coding Agents
Read on for all the details 👇
codewithandrea.com/newsletter/s...
You can use absolute imports for reusable Dart files that are copy-pasted across projects.
This way, they are always imported correctly (as long as they live in the same location relative to the project root).
You can use absolute imports for reusable Dart files that are copy-pasted across projects.
This way, they are always imported correctly (as long as they live in the same location relative to the project root).
www.anthropic.com/engineering/...
www.anthropic.com/engineering/...
Haven't tested any complex use cases yet, but so far it seems on par with Claude Code (and quite a bit cheaper to run).
Want a video about it? Like/let me know in the comments.
Haven't tested any complex use cases yet, but so far it seems on par with Claude Code (and quite a bit cheaper to run).
Want a video about it? Like/let me know in the comments.
Goal: build a simple currency converter app that doesn't suck, using Claude Code & other AI tools.
Here's a very early build (which sucks but it'll get better):
currency-converter-ab.web.app
Goal: build a simple currency converter app that doesn't suck, using Claude Code & other AI tools.
Here's a very early build (which sucks but it'll get better):
currency-converter-ab.web.app
Goal: build a simple currency converter app that doesn't suck, using Claude Code & other AI tools.
Here's a very early build (which sucks but it'll get better):
currency-converter-ab.web.app
Goal: build a simple currency converter app that doesn't suck, using Claude Code & other AI tools.
Here's a very early build (which sucks but it'll get better):
currency-converter-ab.web.app