Matt Carroll
@SuprDeclarative
Chief of the Flutter Bounty Hunters, SuperDeclarative Flutter developer. Former Flutter team member Ex-Googler (Flutter, Nest)
We're forking @FlutterDev - this is why (and you should help!): flutterfoundation.dev/blog/posts/we-…
I'm revamping some @FlutterDev APIs in follow_the_leader for new use-cases and improved ergonomics. While I'm there, I'm replacing all old golden tests with flutter_test_goldens. Leaning on our new Timeline capability to verify auto-fade when Leaders move beyond a boundary.

Bring designers and developers together in your @FlutterDev team by grouping related widget configurations within a branded Golden Scene. fluttergoldens.com

What’s with X letting people add me to spam chat groups? Is there a setting to stop this without needing to block DMs from non following people?
Custom hardware, Android OS, @FlutterDev UI
Joe Rogan talking about Daylight was not on our Bingo card until at least 2027 much love to @KONCRETE ☀️🫶
Now that the #ftcon25usa dust has settled, we kindly ask you to take a few minutes of your time to fill out our survey. Your answers are very important to us! 💙 droidcon.typeform.com/to/Yn1Rfsgt
If you've ever written a @FlutterDev golden test, you've probably used golden_toolkit (now discontinued) to load app fonts, and perhaps load Material icons into your test. But do you know how they're loaded? Here's a reference for you: fluttergoldens.com/flutters-imple…
You would think superscripting text would be something that would work, yet this issue which is going to make me kludge together something has been known for a year. #flutter #flutterWeb @FlutterDev github.com/flutter/flutte…
Have you ever struggled to load and display images in your @FlutterDev golden tests? Here's a nice little reference to pull up whenever you need to do that: fluttergoldens.com/flutters-imple…
Migrating our overlord package to use flutter_test_goldens. I just replaced 16 individual golden files with 3 Golden Scenes. fluttergoldens.com

@MatejKnopp continues his MVP streak:
"Multi-window support (engine)" by @matejknopp was merged into #Flutter master github.com/flutter/flutte…
We built this entire app in Flutter. Fully native hotkeys, a floating window, deep OS integration, real time AI speech to text etc. Usually designs and marketing material looks a lot cooler than the final product. Not in this case. Flutter allows us to build pixel perfect across…
Introducing Brain MAX: The first contextual AI app built to end AI sprawl 🧠 With Brain MAX, you can: 🤖 𝗥𝗲𝗽𝗹𝗮𝗰𝗲 𝗱𝗼𝘇𝗲𝗻𝘀 𝗼𝗳 𝗔𝗜 𝘁𝗼𝗼𝗹𝘀 and get access to top AI models like GPT-4.1, Claude Sonnet 4, and Gemini 2.5 Pro (and more!) in ONE place. 🔍…
Having some fun modifying the software keyboard widget by @aloisdeniel, testing it with flutter_test_goldens, and making it available in the super_keyboard package.

Do your @FlutterDev animations do the right thing? How do you know? To help your designers and developers collab on animations, we've introduced the concept of Timelines to Golden Scenes. Capture your animation frames to lock down your interpolations. fluttergoldens.com

Sometimes your @FlutterDev widgets need to look different across platforms, like mobile text selection handles vs desktop carets. You can now create Golden Scenes where multiple platforms are represented within the same file! fluttergoldens.com

Why doesn't the @dart_lang ArgParser support reporting unknown options, in addition to known options? Seems like an unnecessary limitation. Looks like I'm gonna have to do fully manual arg parsing 🤷♂️