File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: starwars_server
3
3
publish_to : none
4
4
5
5
environment :
6
- sdk : " >=2.10 .0 <3 .0.0"
6
+ sdk : " >=2.12 .0 <4 .0.0"
7
7
8
8
dependencies :
9
9
graphql_starwars_test_server : ^0.1.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version: 1.0.0+1
5
5
publish_to : none
6
6
7
7
environment :
8
- sdk : ' >=2.12.0 <3 .0.0'
8
+ sdk : ' >=2.12.0 <4 .0.0'
9
9
10
10
dependencies :
11
11
args :
Original file line number Diff line number Diff line change 1
1
name : graphql
2
2
description : A stand-alone GraphQL client for Dart, bringing all the features from a modern GraphQL client to one easy to use package.
3
- version : 5.2.0-beta.4
3
+ version : 5.2.0-beta.5
4
4
repository : https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql
5
5
issue_tracker : https://github.com/zino-hofmann/graphql-flutter/issues
6
6
@@ -16,7 +16,7 @@ dependencies:
16
16
gql_dedupe_link : ^2.0.3
17
17
hive : ^2.1.0
18
18
normalize : ^0.8.2
19
- http : ^0.13 .0
19
+ http : ^1.0 .0
20
20
collection : ^1.15.0
21
21
web_socket_channel : ^2.3.0
22
22
stream_channel : ^2.1.0
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ dependency_overrides:
27
27
path : ../../graphql
28
28
29
29
environment :
30
- sdk : ' >=2.12.0 <3 .0.0'
30
+ sdk : ' >=2.12.0 <4 .0.0'
31
31
flutter : " >=2.11.0"
Original file line number Diff line number Diff line change 1
1
name : graphql_flutter
2
2
description : A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
3
- version : 5.2.0-beta.4
3
+ version : 5.2.0-beta.5
4
4
repository : https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql_flutter
5
5
issue_tracker : https://github.com/zino-hofmann/graphql-flutter/issues
6
6
7
7
# just for dev work
8
8
# publish_to: 'none'
9
9
10
10
dependencies :
11
- graphql : ^ 5.2.0-beta.2
11
+ graphql : 5.2.0-beta.5
12
12
gql_exec : ^1.0.0
13
13
flutter :
14
14
sdk : flutter
@@ -25,7 +25,7 @@ dev_dependencies:
25
25
mockito : ^5.0.0
26
26
flutter_test :
27
27
sdk : flutter
28
- http : ^0.13 .0
28
+ http : ^1.0 .0
29
29
test : ^1.17.12
30
30
31
31
environment :
You can’t perform that action at this time.
0 commit comments