Skip to content

Conversation

@xsahil03x
Copy link
Member

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.3 and Dart SDK version to ^3.7.2 in various pubspec.yaml files across the project, including stream_chat, stream_chat_flutter, stream_chat_flutter_core, stream_chat_localizations, stream_chat_persistence, and the sample_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.yaml file to >=3.29.3 and Dart SDK version to ^3.7.2 for consistency across the project.

  • Updated the Flutter version in .github/workflows/legacy_version_analyze.yml to 3.29.3 for CI compatibility.

CI Workflow Simplification:

  • Removed the SQLite3 installation step from .github/workflows/stream_flutter_workflow.yml as it is no longer required.

Changelog Updates:

  • Added changelog entries for the updated minimum Flutter version (3.29.3) in CHANGELOG.md files for stream_chat, stream_chat_flutter, stream_chat_flutter_core, stream_chat_localizations, and stream_chat_persistence. [1] [2] [3] [4] [5]

@xsahil03x xsahil03x marked this pull request as draft May 22, 2025 15:23
@xsahil03x xsahil03x force-pushed the feat/bump-min-flutter-3.29.3 branch from 30edb24 to 08b790c Compare May 23, 2025 10:54
@xsahil03x xsahil03x marked this pull request as ready for review May 23, 2025 10:54
@codecov
Copy link

codecov bot commented May 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.28%. Comparing base (30c39e2) to head (08b790c).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2261   +/-   ##
=======================================
  Coverage   63.28%   63.28%           
=======================================
  Files         404      404           
  Lines       25269    25269           
=======================================
  Hits        15992    15992           
  Misses       9277     9277           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@xsahil03x
Copy link
Member Author

Closing as we are not happy with the formatting changes introduced in 3.29. We will directly bump to 3.32 when a new major version is released.

@xsahil03x xsahil03x closed this May 23, 2025
@xsahil03x xsahil03x deleted the feat/bump-min-flutter-3.29.3 branch October 9, 2025 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants