
Debugging https://github.com/flutter/flutter/issues/154268 was hard; when I removed `--disable-dart-dev` I would get the following error from this test: <img width="627" alt="Screenshot 2024-08-29 at 4 25 43â¯PM" src="https://github.com/user-attachments/assets/2cc3266e-cc6e-425f-b909-12d7556ff110"> After my change, this is what the error looks like: <img width="1055" alt="Screenshot 2024-08-29 at 4 26 50â¯PM" src="https://github.com/user-attachments/assets/8b0ecccc-a7c9-4da7-bf22-15cef24c4cc7"> In general we should embrace more of the test package and matchers when appropriate.