Skip to content

ci: bump pinned Flutter SDK to version 3.44.0#8982

Open
flutteractionsbot wants to merge 1 commit into
flutter:mainfrom
flutteractionsbot:auto-update-flutter-sdk
Open

ci: bump pinned Flutter SDK to version 3.44.0#8982
flutteractionsbot wants to merge 1 commit into
flutter:mainfrom
flutteractionsbot:auto-update-flutter-sdk

Conversation

@flutteractionsbot
Copy link
Copy Markdown

An automated check has detected a new stable release of the Flutter SDK.

  • New Pinned Version: 3.44.0

This Pull Request updates our shared provisioning script (tool/provision_flutter.sh) to target this version. All presubmit tests will be run against this version to verify compatibility.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the pinned Flutter SDK version from 3.41.9 to 3.44.0 in the provisioning script. A review comment identifies a logical issue where the script only checks for the existence of the Flutter directory but does not verify if the installed version matches the pinned version, which could lead to stale environments during local development.

Comment thread tool/provision_flutter.sh
# Pinned Flutter SDK version. This constant is automatically checked and updated weekly
# by the .github/workflows/update_flutter.yaml GitHub Actions workflow.
FLUTTER_VERSION="3.41.9"
FLUTTER_VERSION="3.44.0"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

[MUST-FIX] The provisioning logic (line 10) only checks for the existence of the ../flutter directory and does not verify the version. When FLUTTER_VERSION is updated, an existing installation of an older version will not be replaced, which can lead to inconsistent environments (e.g., in local development). Consider updating the script to verify the version or to remove the existing directory if it doesn't match the pinned version.

References
  1. Logical bugs should be flagged as [MUST-FIX]. (link)

@flutteractionsbot flutteractionsbot force-pushed the auto-update-flutter-sdk branch from 1de5e9e to f578c68 Compare June 1, 2026 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant