File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ # v5.1.0
2+
3+ ## New Feature
4+ - Hive integration ([ commit] ( https://github.com/zino-hofmann/graphql-flutter/commit/a8726cb41e1b98e9aaeb8ac3bf7192368de68981 ) ). @budde377 03-04-2022
5+
6+ ## Fixes
7+ - subscription hook return an uninitialized stream (https://github.com/zino-hofmann/graphql-flutter/commit/ebc4abd86b72b75ffe4e26a2f412411ab7dd2993 ). @PainteR 25-03-2022
8+ - Stricter analysis (https://github.com/zino-hofmann/graphql-flutter/commit/131ea1f78b55554f730269f94aad11fb1d07cc44 ). @budde377 19-03-2022
9+
110# v5.0.2-beta.8
211
312## Fixes
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.0.2-beta.8
3+ version : 5.1.0
44homepage : https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql
55dependencies :
66 meta : ^1.3.0
@@ -23,7 +23,7 @@ dependencies:
2323dev_dependencies :
2424 async : ^2.5.0
2525 mockito : ^5.0.0
26- test : ^1.18.2
26+ test : ^1.16.0
2727 coverage : ^1.0.3
2828 http_parser : ^4.0.0
2929 lints : ^1.0.1
You can’t perform that action at this time.
0 commit comments