File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ # v5.1.2-beta.1
2+
3+ ## New Feature
4+ - added query onError & onComplete callbacks ([ commit] ( https://github.com/zino-hofmann/graphql-flutter/commit/8342d245ececc6007744d963c9a5d7ff8ed83f13 ) ). @fabis94 22-04-2022
5+
6+ ## Fixes
7+ - Minor formatting issues ([ commit] ( https://github.com/zino-hofmann/graphql-flutter/commit/ff71f5dcadc7e41f2366c6401dffc58d7f7325b8 ) ). @budde377 23-04-2022
8+
9+
110# v5.1.1
211
312## New Feature
Original file line number Diff line number Diff line change 11{
22 "package_name" : " graphql" ,
3- "version" : " v5.1.1" ,
3+ "version" : " v5.1.2-beta. 1" ,
44 "api" : {
55 "name" : " github" ,
66 "repository" : " zino-hofmann/graphql-flutter" ,
Original file line number Diff line number Diff line change 11name : graphql
22description : 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.1.1
3+ version : 5.1.2-beta. 1
44homepage : https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql
5+
56dependencies :
67 meta : ^1.3.0
78 path : ^1.8.0
@@ -20,12 +21,14 @@ dependencies:
2021 stream_channel : ^2.1.0
2122 rxdart : ^0.27.1
2223 uuid : ^3.0.1
24+
2325dev_dependencies :
2426 async : ^2.5.0
2527 mockito : ^5.0.0
2628 test : ^1.16.0
2729 coverage : ^1.0.3
2830 http_parser : ^4.0.0
2931 lints : ^1.0.1
32+
3033environment :
3134 sdk : ' >=2.12.0 <3.0.0'
You can’t perform that action at this time.
0 commit comments