Skip to content

Commit 28d5c9f

Browse files
committed
fix: removed upper bound of sdk constraint
1 parent 9079011 commit 28d5c9f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

packages/enhanced_http/example/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ packages:
7979
path: ".."
8080
relative: true
8181
source: path
82-
version: "4.2.2"
82+
version: "4.2.3"
8383
ffi:
8484
dependency: transitive
8585
description:
@@ -347,5 +347,5 @@ packages:
347347
source: hosted
348348
version: "0.2.0+1"
349349
sdks:
350-
dart: ">=3.3.0-0 <3.7.0"
350+
dart: ">=3.3.0-0 <4.0.0"
351351
flutter: ">=3.3.0"

packages/enhanced_http/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,5 @@ packages:
209209
source: hosted
210210
version: "14.2.5"
211211
sdks:
212-
dart: ">=3.3.0 <3.7.0"
212+
dart: ">=3.3.0 <4.0.0"
213213
flutter: ">=3.18.0-18.0.pre.54"

packages/enhanced_http/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: enhanced_http
22
description: A wrapper around the dart http package provided by Google which is inspired by axios
33
version: 4.2.3
4-
repository: https://github.com/sliit-foss/enhanced_http
4+
repository: https://github.com/sliit-foss/dart-cookbook/tree/main/packages/enhanced_http
55

66
environment:
7-
sdk: ">=2.12.0 <3.7.0"
7+
sdk: ">=2.12.0"
88

99
dependencies:
1010
http: ^1.0.0

packages/flodash/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ packages:
6767
source: hosted
6868
version: "2.1.4"
6969
sdks:
70-
dart: ">=3.3.0-0 <3.7.0"
70+
dart: ">=3.3.0-0 <4.0.0"

packages/flodash/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,5 @@ packages:
185185
source: hosted
186186
version: "14.2.5"
187187
sdks:
188-
dart: ">=3.3.0 <3.7.0"
188+
dart: ">=3.3.0 <4.0.0"
189189
flutter: ">=3.18.0-18.0.pre.54"

packages/flodash/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: flodash
22
description: A dart implementation of the popular JavaScript library Lodash
33
version: 1.2.0
4-
repository: https://github.com/sliit-foss/flodash
4+
repository: https://github.com/sliit-foss/dart-cookbook/tree/main/packages/flodash
55

66
environment:
7-
sdk: ">=2.12.0 <3.7.0"
7+
sdk: ">=2.12.0"
88

99
dev_dependencies:
1010
flutter_test:

0 commit comments

Comments
 (0)