Andrea Bizzotto 🇺🇦
banner
codewithandrea.com
Andrea Bizzotto 🇺🇦
@codewithandrea.com
Flutter GDE ❖ I share tips about Dart & Flutter app development.

Wanna learn Flutter? 👉 https://codewithandrea.com/
When coding with AI, I follow a fairly simple principle:

If prompting effort > coding effort, code it. 😅

Would it be useful if I made a video with examples, etc?
November 6, 2025 at 9:21 AM
Here's a fun game! 🎲

Fully implement a feature, getting as close as possible to 0% context before auto-compacting.
October 22, 2025 at 9:22 AM
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! 🗓️
October 16, 2025 at 2:10 PM
This is kinda how I build with AI these days.

Same for you?
October 13, 2025 at 1:36 PM
Today I built the currency conversion charts for my new app.

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!
October 3, 2025 at 3:51 PM
Did you know?

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).
September 23, 2025 at 9:47 AM
Did you know?

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
September 3, 2025 at 9:57 AM
CachedNetworkImage wasn't behaving as I wanted in my app, so I just implemented a custom solution with Drift & Riverpod.

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?
July 3, 2025 at 2:35 PM
I spent the last few days solving one problem:

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?
July 1, 2025 at 2:09 PM
Taking a new shiny tool for a ride 👇

Will report back 🙂
July 1, 2025 at 12:01 PM
Some people asked me if Claude Max is worth it.

To find out, you can check your usage data with:

npx ccusage@latest

Here are my stats for last month 👇
July 1, 2025 at 7:45 AM
I asked Claude to generate documentation for one of my projects.

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...
June 28, 2025 at 6:40 AM
Did I get it right? 😅
June 26, 2025 at 11:57 AM
Lol I started getting creative with my TikTok marketing 😅
June 25, 2025 at 9:59 AM
My latest video is nearly ready, and it's a long one!

Inside, I'll show you how Claude Code has changed my workflow, and how to make the most of it.
June 24, 2025 at 3:16 PM
‪P.S: the TikTok channel is live.‬

‪If you want to checkout my calisthenics progression, my username is: califitness2‬
June 23, 2025 at 4:50 PM
My mini-course about Claude Code is already over 1h long (and growing). 💪

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!
June 20, 2025 at 1:34 PM
Submitted a new app to the store! 🚀

Looking forward to see how it goes! 🤞
June 19, 2025 at 4:27 PM
My upcoming video will be all about how I use Claude Code:

- 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)
June 16, 2025 at 11:43 AM
I've been building a voice-activated timer app to help me with my calisthenics (look, no hands! 🙅‍♂️)

The best part? It's mostly vibe-coded with Claude Code.

Should I do a YouTube video about the process?
June 12, 2025 at 1:20 PM
Sooo I started doing calisthenics. Here's my first take at the frog stand.

Should I start a TikTok channel? 😅
June 10, 2025 at 10:36 AM
Did you know?

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.
June 9, 2025 at 8:59 AM
Just shipped a "Copy" action to all code snippets in my course platform!

That's a nice quality-of-life improvement. 🙂
June 5, 2025 at 1:58 PM
Lol the comments on the latest Fireship video
June 4, 2025 at 8:33 PM
I recently announced I'll be reviewing popular OSS Flutter apps, to see how they are architected.

Here's a teaser of the first episode (🔉 audio on).

Got feedback? Let me know in the comments. 💬
June 4, 2025 at 1:06 PM