Wanna learn Flutter? 👉 https://codewithandrea.com/
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
Have you used it? Found it useful? Any gotchas?
Have you used it? Found it useful? Any gotchas?
Some Matrix4 APIs such as `translate` and `scale` have been deprecated in the latest Flutter 3.35 release.
To update them:
- Import vector_math explicitly
- Use the new APIs which take a Vector3 argument
Some Matrix4 APIs such as `translate` and `scale` have been deprecated in the latest Flutter 3.35 release.
To update them:
- Import vector_math explicitly
- Use the new APIs which take a Vector3 argument
I was unfamiliar with the underlying package causing this -> no chance of fixing on my own.
But Claude Code one-shotted the correct diagnosis and fix.💪
I was unfamiliar with the underlying package causing this -> no chance of fixing on my own.
But Claude Code one-shotted the correct diagnosis and fix.💪
The move went well and I'm super happy in my new place.
Still a few things to sort out but I'm ready to get back to work!
London has been very good to me, but it’s time to start a new chapter in life!
Super excited! ☀️
The move went well and I'm super happy in my new place.
Still a few things to sort out but I'm ready to get back to work!
London has been very good to me, but it’s time to start a new chapter in life!
Super excited! ☀️
London has been very good to me, but it’s time to start a new chapter in life!
Super excited! ☀️
- write detailed requirements as an issue on GitHub
- ask Claude Code to make a plan
- write it to ai_plans/issue#-and-slug.md
- let CC implement the plan
- review, tweak, test and commit
- use CC to push a PR, including the plan in the description
- write detailed requirements as an issue on GitHub
- ask Claude Code to make a plan
- write it to ai_plans/issue#-and-slug.md
- let CC implement the plan
- review, tweak, test and commit
- use CC to push a PR, including the plan in the description
AI accelerates that.
AI accelerates that.