Skip to content

chore: upgrade project Flutter baseline to 3.38.10#33

Merged
Mrprey merged 2 commits intoFlutter-3.38.10from
codex/upgrade-flutter-to-version-3.38.10
Mar 24, 2026
Merged

chore: upgrade project Flutter baseline to 3.38.10#33
Mrprey merged 2 commits intoFlutter-3.38.10from
codex/upgrade-flutter-to-version-3.38.10

Conversation

@Mrprey
Copy link
Collaborator

@Mrprey Mrprey commented Mar 23, 2026

Motivation

  • Bring the repository configuration in line with the requested Flutter upgrade to 3.38.10 so local development and CI use the same toolchain baseline.
  • Ensure package SDK constraints are compatible with the newer Flutter toolchain by updating Dart SDK constraints to the minimum supported by Flutter 3.38.x.
  • Pin CI to a concrete Flutter version to reduce variability between runs and avoid accidental use of an older channel.

Description

  • Pin the GitHub Actions coverage workflow to flutter-version: '3.38.10' in .github/workflows/coverage.yml to run CI with Flutter 3.38.10.
  • Bump the root package environment in pubspec.yaml to sdk: '>=3.9.0 <4.0.0' and flutter: ">=3.38.10".
  • Align the example and demo apps by raising their Dart SDK constraints in example/pubspec.yaml and demo/pubspec.yaml to sdk: ">=3.9.0 <4.0.0".

Testing

  • Attempted to run flutter analyze, but the flutter tool is not available in this execution environment (flutter: command not found), so static analysis could not be executed here.
  • No CI runs were executed as part of this change from this environment; CI will validate the pinned Flutter version when the workflow runs on the remote runner.

Codex Task

- Added FVM version cache to .gitignore
- Introduced flutter_lldb_helper.py and flutter_lldbinit for LLDB integration
- Updated development and add/remove column/row screens to hide Color and Image from faker
- Enhanced PlutoAutoSizeScale to correctly adjust item sizes without adding extra space
- Refined PlutoGridEventManager and PlutoGridKeyManager to improve event handling
- Fixed filter resolution logic in PlutoGridColumnFilterConfig
- Updated tests to reflect size adjustments and ensure total size matches maxSize
@Mrprey Mrprey merged commit d77941c into Flutter-3.38.10 Mar 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant