v1: Update Flutter version to 3.35.1#5579
Merged
FeodorFitsner merged 2 commits intomainfrom Aug 20, 2025
Merged
Conversation
Bump Flutter version to 3.35.1 in config files and CLI requirements. Refactor theme comparison logic in page.dart and theme.dart, removing custom equality checks. Enhance TextField integration tests by adding new cases and corresponding golden images for macOS. Update dependencies in pubspec.lock.
Deploying flet-docs with
|
| Latest commit: |
7665891
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://819b073e.flet-docs.pages.dev |
| Branch Preview URL: | https://v1-flutter-3-35.flet-docs.pages.dev |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates Flutter version from 3.32.4/3.32.8 to 3.35.1 across the codebase and makes necessary code adjustments to maintain compatibility with the newer Flutter version.
Key changes:
- Update Flutter version constraints and CI configurations to 3.35.1
- Replace deprecated Flutter theme types with their newer equivalents
- Remove obsolete theme comparison workaround that's no longer needed
Reviewed Changes
Copilot reviewed 8 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/python/packages/flet/integration_tests/controls/test_textfield.py | Add new TextField integration tests and rename existing test |
| sdk/python/packages/flet-cli/src/flet_cli/commands/build.py | Update minimal Flutter version requirement and reorganize imports |
| packages/flet/lib/src/utils/theme.dart | Update theme parsing to use newer Flutter types and remove custom theme comparison |
| packages/flet/lib/src/controls/page.dart | Simplify theme comparison using native Flutter equality |
| client/.fvmrc | Remove old Flutter version file |
| .github/workflows/macos-integration-tests.yml | Update path reference for FVM config |
| .fvmrc | Add new Flutter version configuration file |
| .appveyor.yml | Update Flutter version in CI environment |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
ndonkoHenri
approved these changes
Aug 20, 2025
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.
Close #5577
Summary by Sourcery
Bump Flutter requirement to 3.35.1 and update related code and configs
Enhancements:
Build:
CI:
Tests:
Chores: