File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,6 @@ dev_dependencies:
1515
1616flutter :
1717 uses-material-design : true
18+
19+ environment :
20+ sdk : " >=2.10.0 <3.0.0"
Original file line number Diff line number Diff line change 11name : flutter_graphql
22description : A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
3- version : 1.0.0-rc.3
3+ version : 1.0.1
44authors :
55 - Rex Raphael <rex.raphael@outlook.com>
66homepage : https://github.com/snowballdigital/graphql-flutter/tree/master
@@ -9,11 +9,11 @@ dependencies:
99 flutter :
1010 sdk : flutter
1111 meta : ^1.1.6
12- http : ^0.12.0
13- http_parser : ^3.1.3
14- path_provider : ^1.1.0
15- uuid : ^2 .0.0
16- sqflite : ^1.1.0
12+ http : ^0.13.1
13+ http_parser : ^4.0.0
14+ path_provider : ^2.0.1
15+ uuid : ^3 .0.3
16+ sqflite : ^2.0.0+3
1717 graphql_parser : ^1.1.1
1818
1919dev_dependencies :
@@ -22,4 +22,4 @@ dev_dependencies:
2222 test : ^1.3.0
2323
2424environment :
25- sdk : " >=2.5 .0 <3.0.0"
25+ sdk : " >=2.10 .0 <3.0.0"
You can’t perform that action at this time.
0 commit comments