chore: upgrade project Flutter baseline to 3.38.10#33
Merged
Mrprey merged 2 commits intoFlutter-3.38.10from Mar 24, 2026
Merged
chore: upgrade project Flutter baseline to 3.38.10#33Mrprey merged 2 commits intoFlutter-3.38.10from
Mrprey merged 2 commits intoFlutter-3.38.10from
Conversation
- 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
3.38.10so local development and CI use the same toolchain baseline.Description
flutter-version: '3.38.10'in.github/workflows/coverage.ymlto run CI with Flutter 3.38.10.pubspec.yamltosdk: '>=3.9.0 <4.0.0'andflutter: ">=3.38.10".example/pubspec.yamlanddemo/pubspec.yamltosdk: ">=3.9.0 <4.0.0".Testing
flutter analyze, but thefluttertool is not available in this execution environment (flutter: command not found), so static analysis could not be executed here.Codex Task