feat(repo): bump min flutter version to 3.29.3 #2261
Closed
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.
Description of the pull request
This pull request updates the Flutter SDK and Dart SDK versions across multiple files and removes an unnecessary installation step in a GitHub Actions workflow. These changes ensure compatibility with the latest Flutter and Dart versions while simplifying the CI/CD pipeline.
Flutter and Dart SDK Updates:
Updated the Flutter version to
3.29.3and Dart SDK version to^3.7.2in variouspubspec.yamlfiles across the project, includingstream_chat,stream_chat_flutter,stream_chat_flutter_core,stream_chat_localizations,stream_chat_persistence, and thesample_app. This change ensures all packages use the latest stable versions. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]Updated the Flutter version in the
melos.yamlfile to>=3.29.3and Dart SDK version to^3.7.2for consistency across the project.Updated the Flutter version in
.github/workflows/legacy_version_analyze.ymlto3.29.3for CI compatibility.CI Workflow Simplification:
.github/workflows/stream_flutter_workflow.ymlas it is no longer required.Changelog Updates:
3.29.3) inCHANGELOG.mdfiles forstream_chat,stream_chat_flutter,stream_chat_flutter_core,stream_chat_localizations, andstream_chat_persistence. [1] [2] [3] [4] [5]