Skip to content

chore: Update Dart SDK constraint to >=3.10.0#1633

Merged
omartinma merged 5 commits intomainfrom
chore/update-dart-sdk-constraint
Dec 16, 2025
Merged

chore: Update Dart SDK constraint to >=3.10.0#1633
omartinma merged 5 commits intomainfrom
chore/update-dart-sdk-constraint

Conversation

@Josh-Sanford
Copy link
Contributor

@Josh-Sanford Josh-Sanford commented Dec 10, 2025

Summary

  • Update Dart SDK constraint from >=3.9.2 to >=3.10.0 across all packages
  • Aligns with Flutter 3.38.3 which ships with Dart 3.10.1

Test plan

  • Verify all CI workflows pass

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Dart SDK constraint from >=3.9.2 to >=3.10.0 across all packages and CI workflows to align with the project's Flutter version requirements.

Key changes:

  • Updated Dart SDK constraint in 30 pubspec.yaml files
  • Updated dart_sdk parameter in 11 GitHub workflow files
  • Applied enum formatting updates for Dart 3.10.0 compatibility

Reviewed changes

Copilot reviewed 42 out of 42 changed files in this pull request and generated no comments.

Show a summary per file
File Description
flutter_news_example/pubspec.yaml Updated SDK constraint to >=3.10.0
flutter_news_example/packages/*/pubspec.yaml (29 files) Updated SDK constraint to >=3.10.0 across all package dependencies
flutter_news_example/lib/home/cubit/home_state.dart Reformatted enum semicolon placement for Dart style compliance
flutter_news_example/lib/app/bloc/app_state.dart Reformatted enum semicolon placement for Dart style compliance
.github/workflows/*.yaml (11 files) Updated dart_sdk parameter from 3.9.2 to 3.10.0 in CI workflows

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@omartinma omartinma merged commit 0c93417 into main Dec 16, 2025
37 checks passed
@omartinma omartinma deleted the chore/update-dart-sdk-constraint branch December 16, 2025 09:39
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