flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
161.85k stars 26.57k forks source link

Update material_color_utilities package version to latest 0.11.1 #145959

Closed QuncCccccc closed 3 weeks ago

QuncCccccc commented 1 month ago

This PR is to update material_color_utilities package version to the latest. material_color_utilities/scheme/scheme_fruit_salad.dart and material_color_utilities/scheme/scheme_rainbow.dart are exported after version 0.9.0.

Once this PR is merged, we don't need to explicitly import these two files like the change in PR #144805, which breaks some dependencies in Google testing.

Pre-launch Checklist

christopherfujino commented 1 month ago

integration test failure looked like a timeout, scheduled a retry

QuncCccccc commented 1 month ago

integration test failure looked like a timeout, scheduled a retry

Since I still see the timeout error, I rebased master to trigger another rounds of tests, but forget to pull your commit change first. So sorry about that! I just pushed a commit to add the change back to remove the "AUTOGENERATED - ..." line for camera_android!

christopherfujino commented 3 weeks ago

Analysis is now failing with:

Warning: pubspec in /b/s/w/ir/x/w/flutter/dev/integration_tests/gradle_deprecated_settings has updated or new dependencies. Please run "flutter update-packages --force-upgrade" to update them correctly.
Warning: one or more pubspecs have invalid dependencies. Please run "flutter update-packages --force-upgrade" to update them correctly.

You'll have to re-run flutter update-packages --force-upgrade to update the checksum at the bottom.

QuncCccccc commented 3 weeks ago

I see. Re-running!

QuncCccccc commented 3 weeks ago

Seems Windows tool_integration_tests_2_6 still failed because of timeout🧐

christopherfujino commented 3 weeks ago

re-ran windows tool_integration_test_2_6, i highly doubt that this change caused that timeout.

christopherfujino commented 3 weeks ago

re-ran windows tool_integration_test_2_6, i highly doubt that this change caused that timeout.

I was wrong, revving the frontend_server_client DID indeed regress this test: https://github.com/flutter/flutter/issues/146164