graphql-fetch
graphql-fetch copied to clipboard
Hi, I'm getting this error message. Any idea on how to resolve this? Because every version of flutter_test from sdk depends on analyzer 0.31.2-alpha.2 and build_barback >=0.2.2 =0.27.1 =0.2.2
HI @spacedraco can you please share the access in order to publish the new version of updated package? I would be needing this package for one my applications.
Hi, thank you for your great work the code looks great, unfortunately I'm unable to import the library ... Error log : "Package build_barback has no versions that match >=0.4.0+2
For queries which don't require variables the code was breaking as `_context.variableDefinitions` would be null and upon reading `variableDefinitions` would throw error. Adding following checks:- 1. Reading `variableDefinitions` only if...
I was going through the source code and saw that currently there is no way to pass `authorisation` header in the post request. Is there feature planned for future? I...
Hi i try to run the generator with `Dart VM version: 2.0.0-dev.58.0 (Wed May 23 20:44:51 2018 +0200) on "macos_x64"`` but it throws me an error. If i try it...