flutter-graphql icon indicating copy to clipboard operation
flutter-graphql copied to clipboard

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package. Built after react apollo

Results 6 flutter-graphql issues
Sort by recently updated
recently updated
newest added

On Flutter 1.5.4 (current stable), this is breaking with the following message: ``` Function-typed parameters can't specify 'const', 'final' or 'var' in place of a return type. Try replacing the...

**Is your feature request related to a problem? Please describe.** now I can't send a request in the background, as well as send and subscribe **Describe the solution you'd like**...

Adjust Readme space ### Breaking changes NONE #### Fixes / Enhancements - Update the readme to set properly the navigation into Graphql Link and Headers.

I've integrated the `Query` widget into my app, and it works just fine the first time it runs. However, I'd like to have a "try again" button if the query...

Hi, this package was originally a fork of https://github.com/zino-app/graphql-flutter: https://github.com/juicycleff/flutter-graphql Then it transferred to another namespace (snowballdigital) and it lost its reference as a fork of zino-app. Could you please...

**Describe the bug** When `pollInterval` is set to zero, it constantly polls to the server, without stopping. Since it follows Apollo GrapphQL patterns, this should disable polling altogether. **To Reproduce**...