Wanna learn Flutter? 👉 https://codewithandrea.com/
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?
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.
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!
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).
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
Best thing of all: Claude Code wrote all the code!
All I did was write a detailed spec and make some minor tweaks at the end.
Should I make a video about this?
Best thing of all: Claude Code wrote all the code!
All I did was write a detailed spec and make some minor tweaks at the end.
Should I make a video about this?
How to generate ACCURATE documentation for existing Flutter codebases using AI.
This proved harder than expected, but I now have a reliable pipeline that can run on any project.
Should I make a video about it?
How to generate ACCURATE documentation for existing Flutter codebases using AI.
This proved harder than expected, but I now have a reliable pipeline that can run on any project.
Should I make a video about it?
Will report back 🙂
Will report back 🙂
To find out, you can check your usage data with:
npx ccusage@latest
Here are my stats for last month 👇
To find out, you can check your usage data with:
npx ccusage@latest
Here are my stats for last month 👇
First, it estimated 8-10 days based on human work.
Then it proceeded to do it all in 20 minutes!
There were some minor inaccuracies, but that's still a ~200x time saving...
First, it estimated 8-10 days based on human work.
Then it proceeded to do it all in 20 minutes!
There were some minor inaccuracies, but that's still a ~200x time saving...
Inside, I'll show you how Claude Code has changed my workflow, and how to make the most of it.
Inside, I'll show you how Claude Code has changed my workflow, and how to make the most of it.
If you want to checkout my calisthenics progression, my username is: califitness2
If you want to checkout my calisthenics progression, my username is: califitness2
It will show you how to do real-world AI-assisted coding like a Senior Developer.
I can't remember the last time I was this excited about a YouTube video!
It will show you how to do real-world AI-assisted coding like a Senior Developer.
I can't remember the last time I was this excited about a YouTube video!
Looking forward to see how it goes! 🤞
Looking forward to see how it goes! 🤞
- My Flutter app development workflow
- Tips for using it effectively
- Common tasks where it really shines
- Other tasks where it fails (no matter how hard I try)
- My Flutter app development workflow
- Tips for using it effectively
- Common tasks where it really shines
- Other tasks where it fails (no matter how hard I try)
The best part? It's mostly vibe-coded with Claude Code.
Should I do a YouTube video about the process?
The best part? It's mostly vibe-coded with Claude Code.
Should I do a YouTube video about the process?
Should I start a TikTok channel? 😅
Should I start a TikTok channel? 😅
Puro is a powerful tool that lets you install multiple versions of Flutter and easily switch between them in your projects.
It's very fast and can automatically configure your IDE to use your desired Flutter version.
Puro is a powerful tool that lets you install multiple versions of Flutter and easily switch between them in your projects.
It's very fast and can automatically configure your IDE to use your desired Flutter version.
That's a nice quality-of-life improvement. 🙂
That's a nice quality-of-life improvement. 🙂
Here's a teaser of the first episode (🔉 audio on).
Got feedback? Let me know in the comments. 💬
Here's a teaser of the first episode (🔉 audio on).
Got feedback? Let me know in the comments. 💬