Skip to content

EDW upgrading min dart sdk version to 3.5#67

Merged
TomerPacific merged 1 commit intomasterfrom
feature/upgrade-min-dart-sdk-version
Nov 8, 2025
Merged

EDW upgrading min dart sdk version to 3.5#67
TomerPacific merged 1 commit intomasterfrom
feature/upgrade-min-dart-sdk-version

Conversation

@TomerPacific
Copy link
Copy Markdown
Owner

Resolves #63

This pull request updates the Dart SDK version requirement in both the main package and the example project to ensure compatibility with newer versions of the Dart SDK.

Dependency updates:

  • Updated the Dart SDK environment constraint in pubspec.yaml from ">=3.0.0 <4.0.0" to ">=3.5.0 <4.0.0" to require at least Dart 3.5.0.
  • Updated the Dart SDK environment constraint in example/pubspec.yaml from ">=3.0.0 <4.0.0" to ">=3.5.0 <4.0.0" for the example project.

@TomerPacific TomerPacific requested a review from Copilot November 8, 2025 06:59
@TomerPacific TomerPacific self-assigned this Nov 8, 2025
@TomerPacific TomerPacific added enhancement New feature or request dependencies Pull requests that update a dependency file labels Nov 8, 2025
Copy link
Copy Markdown
Contributor

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 minimum Dart SDK version requirement from 3.0.0 to 3.5.0 and synchronizes the package version reference in the example's lockfile.

  • Bumped minimum SDK version from 3.0.0 to 3.5.0 across main and example packages
  • Updated example's pubspec.lock to reflect the current package version 0.4.1+1

Reviewed Changes

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

File Description
pubspec.yaml Updated minimum SDK version to 3.5.0
example/pubspec.yaml Updated minimum SDK version to 3.5.0
example/pubspec.lock Updated enhanced_drop_down dependency version to 0.4.1+1

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

@TomerPacific TomerPacific merged commit 9b370a7 into master Nov 8, 2025
7 checks passed
@TomerPacific TomerPacific deleted the feature/upgrade-min-dart-sdk-version branch November 8, 2025 07:27
@TomerPacific TomerPacific mentioned this pull request Nov 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade min dart SDK version

2 participants