Skip to content

Commit 3ec4431

Browse files
committed
chore: Update Dart SDK constraint to ">=3.6.1 <4.0.0"
Updated the Dart SDK constraint in `pubspec.yaml` and `pubspec.lock` to ">=3.6.1 <4.0.0".
1 parent d3d82b7 commit 3ec4431

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,5 +1052,5 @@ packages:
10521052
source: hosted
10531053
version: "3.1.3"
10541054
sdks:
1055-
dart: ">=3.6.0 <4.0.0"
1055+
dart: ">=3.6.1 <4.0.0"
10561056
flutter: ">=3.27.3"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish_to: 'none'
66
version: 1.0.0+1
77

88
environment:
9-
sdk: '>=3.5.0 <4.0.0'
9+
sdk: '>=3.6.1 <4.0.0'
1010
flutter: 3.27.3
1111

1212
dependencies:

0 commit comments

Comments
 (0)