Profile avatar
codewithandrea.com
Flutter GDE ❖ I share tips about Dart & Flutter app development. Wanna learn Flutter? 👉 https://codewithandrea.com/
413 posts 881 followers 210 following
Regular Contributor
Active Commenter
comment in response to post
Here's a free lesson where you can test it out: pro.codewithandrea.com/get-started-...
comment in response to post
I'll publish the first episode on my YT channel early next week! If you're interested, you can subscribe here: www.youtube.com/@CodeWithAnd...
comment in response to post
I've seen it hang like that on Arc mobile, but it seems fine on other browsers. I'll try to investigate.
comment in response to post
Down a lot, though not quite as bad as StackOverflow. Bsky drives negligible traffic to my site and I can't seem to get followers here.
comment in response to post
Some other formatter configuration options are available. For all the details, read this (updated) article: codewithandrea.com/articles/upd...
comment in response to post
More details on the feature specification: github.com/dart-lang/la...
comment in response to post
Here are some more examples (from the docs) showing how you might use this:
comment in response to post
I'd also like to have an unstyled, naked API. Something was proposed here a while ago, but it never materialized: docs.google.com/document/d/1...
comment in response to post
And here's the umbrella issue for Material 3 Expressive support in Flutter: github.com/flutter/flut...
comment in response to post
Here's the announcement: m3.material.io/blog/buildin...
comment in response to post
fluttertips.dev
comment in response to post
The updated app is already deployed! 🚀 Have a play and see if you can break it! 😉 And if you find any tips you like, share them with your friends. 👍 app.fluttertips.dev
comment in response to post
And here's the original GoRouter issue showing that NavigatorObserver doesn't work with shell routes: github.com/flutter/flut...
comment in response to post
Here's a PR showing how I implemented this in my Time Tracker app: github.com/bizz84/start...
comment in response to post
The spring sale ends TODAY at 10 PM BST. You can grab the course here before the price goes up: codewithandrea.com/courses/flut...
comment in response to post
Some stats about the course: ✅ 1,269 enrolled students ⭐️ 4.84 stars from 820 reviews (highest amongst all my courses) 💳 1.5% refund date (lowest amongst all my courses)
comment in response to post
The entire curriculum includes over 200 lessons. It took me *one year* of work to put it together! You can access it here and get a better idea of what's in the course: pro.codewithandrea.com/flutter-in-p...
comment in response to post
Some more lessons are free, too: ✅ App icons & splash screens ✅ Tips for better screenshots ✅ How to create and deploy a landing page for your app Read here to get access: codewithandrea.com/emails/2025-...
comment in response to post
A whole module about error monitoring with Sentry and Crashlytics is currently unlocked-no signup required. Learn more here: codewithandrea.com/emails/2025-...
comment in response to post
To date, I've published 250 tips and tricks! Get them all in your pocket 👇 fluttertips.dev
comment in response to post
Example with source code: github.com/flutter/flut...
comment in response to post
Grab the checklist here: www.notion.so/Flutter-App-...
comment in response to post
Setting this up is a bit tricky and there are a few gotchas. In my latest course, I cover multiple force-update strategies and dive into the implementation details. 50% off until Thursday! Learn more and grab it here 👇 codewithandrea.com/courses/flut...
comment in response to post
Want to go deeper? My Flutter in Production course covers the full screenshot automation pipeline: ✅ Tips for better screenshots ✅ Capture with Maestro ✅ Frame in Figma ✅ Upload with Fastlane (iOS + Android) Currently 50% off 👇 codewithandrea.com/courses/flut...
comment in response to post
What I like about Maestro: ✅ Workflows are super easy to write ✅ No test harness required (just add semantic identifiers to your app and you're good to go) What I don’t like: 🐢 It's pretty slow But it’s totally fine for infrequent tasks like screenshot automation.
comment in response to post
Great idea! Updated the gist to use it. 🙏