Closed spydon closed 3 months ago
This was the issue with the integration test: https://github.com/flutter/flutter/issues/153083
The fvm side of things all looks good to me. From the PR description I'm assuming the integration test issue is related to the changes of
MaterialStatePropertyAll
toWidgetStatePropertyAll
andButtonBar
toOverflowBar
, but is that also the case for removing thefilterQuality
parameter inapp_icon.dart
?
It's due to that this PR also upgrades to 3.24.0, and those things were deprecated there (or the default filter quality changed).
This also automatically fixes the broken integration test.