mirror of
https://github.com/flutter/flutter.git
synced 2026-01-21 05:04:42 +08:00
This updates Flutter to the latest release, which includes a bunch of code cleanup that should improve compiled code size and (hopefully) runtime performance. The changes in https://github.com/flutter/flutter/pull/153385 (discussed in https://docs.flutter.dev/release/breaking-changes/material-design-3-token-update) seem to have been incomplete. This PR effectively catches up with these changes by updating the "math" behind primary, secondary, tertiary, error colors. There is a pending PR on the site to update the corresponding docs: https://github.com/flutter/website/pull/12125 Fixes https://github.com/flutter/flutter/issues/177285