ubuntu / app-center

App Store for Ubuntu made with Flutter 🧡 💙
GNU General Public License v3.0
665 stars 117 forks source link

chore: Use fvm for handling the Flutter version #1777

Closed spydon closed 3 months ago

spydon commented 3 months ago

This also automatically fixes the broken integration test.

spydon commented 3 months ago

This was the issue with the integration test: https://github.com/flutter/flutter/issues/153083

spydon commented 3 months ago

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 to WidgetStatePropertyAll and ButtonBar to OverflowBar, but is that also the case for removing the filterQuality parameter in app_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).