Skip to content

Commit a44a0dd

Browse files
Merge pull request #1327 from ndelanou/sdk-upper-bound
feat: bump sdk version upper bound to <4.0.0
2 parents 1f082d8 + 8bb9ba3 commit a44a0dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/starwars/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: An example graphql_flutter application utilizing graphql_starwars_t
44
publish_to: none
55

66
environment:
7-
sdk: ">=2.13.0 <=3.0.0"
7+
sdk: ">=2.13.0 <4.0.0"
88

99
dependencies:
1010
flutter:

packages/graphql/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ dev_dependencies:
3232
lints: ^1.0.1
3333

3434
environment:
35-
sdk: '>=2.15.0 <=3.0.0'
35+
sdk: '>=2.15.0 <4.0.0'

packages/graphql_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dev_dependencies:
2929
test: ^1.17.12
3030

3131
environment:
32-
sdk: '>=2.12.0 <=3.0.0'
32+
sdk: '>=2.12.0 <4.0.0'
3333
flutter: ">=2.11.0"
3434

3535
platforms:

0 commit comments

Comments
 (0)