We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f082d8 + 8bb9ba3 commit a44a0ddCopy full SHA for a44a0dd
examples/starwars/pubspec.yaml
@@ -4,7 +4,7 @@ description: An example graphql_flutter application utilizing graphql_starwars_t
4
publish_to: none
5
6
environment:
7
- sdk: ">=2.13.0 <=3.0.0"
+ sdk: ">=2.13.0 <4.0.0"
8
9
dependencies:
10
flutter:
packages/graphql/pubspec.yaml
@@ -32,4 +32,4 @@ dev_dependencies:
32
lints: ^1.0.1
33
34
35
- sdk: '>=2.15.0 <=3.0.0'
+ sdk: '>=2.15.0 <4.0.0'
packages/graphql_flutter/pubspec.yaml
@@ -29,7 +29,7 @@ dev_dependencies:
29
test: ^1.17.12
30
31
- sdk: '>=2.12.0 <=3.0.0'
+ sdk: '>=2.12.0 <4.0.0'
flutter: ">=2.11.0"
platforms:
0 commit comments