Skip to content

Commit

Permalink
Update SDK constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedLSayed9 committed May 16, 2024
1 parent 0f5e88e commit c859e92
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ command:
Release
{new_package_versions}
bootstrap:
environment:
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"

scripts:
lint:all:
Expand Down
4 changes: 2 additions & 2 deletions packages/dropdown_button2/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ repository: https://github.com/AhmedLSayed9/dropdown_button2
issue_tracker: https://github.com/AhmedLSayed9/dropdown_button2/issues

environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions packages/dropdown_button2_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: dropdown_button2_test
publish_to: none

environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: dropdown_button2_workspace
publish_to: "none"

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.2.0 <4.0.0"

dev_dependencies:
flutter_lints: ^2.0.1
Expand Down

0 comments on commit c859e92

Please sign in to comment.