README.md

May 22, 2025 Β· View on GitHub

GraphQL Flutter

A collection of packages to work with graphql server in dart and flutter.

Project Homepage

GitHub Workflow Status (branch) Pub Popularity Discord

Introduction

GraphQL brings many benefits, both to the client: devices will need fewer requests, and therefore reduce data usage. And to the programmer: requests are arguable, they have the same structure as the request.

This project combines the benefits of GraphQL with the benefits of Streams in Dart to deliver a high-performance client.

The project took inspiration from the Apollo GraphQL client, great work guys!

We're Hiring! πŸš€

We're looking for a Flutter engineer to lead mobile development at Expatfile.tax πŸ‡ΊπŸ‡ΈβœˆοΈπŸŒ
β†’ Check out the full job description here

Packages

This is a Monorepo which contains the following packages:

CrateDescriptionVersion
graphqlClient implementation to interact with any graphql serverPub Version (including pre-releases)
graphql_flutterFlutter Widgets wrapper around graphql APIPub Version (including pre-releases)

Utils Tools

Around graphql_flutter are builds awesome tools like:

  1. graphql_flutter_bloc
  2. graphql_codegen
  3. graphql-cache-inspector

Features

βœ… Β  Queries, Mutations, and Subscriptions
βœ… Β  Query polling and rebroadcasting
βœ… Β  In memory and persistent caching
βœ… Β  GraphQL Upload
βœ… Β  Optimistic results
βœ… Β  Modularity
βœ… Β  Client-state management
⚠️   Automatic Persisted Queries (out of service)

Contributing

Please see our Hacking guide

Contributors

This package was originally created and published by the engineers at Zino App BV. Since then the community has helped to make it even more useful for even more developers.

This project follows the all-contributors specification. Contributions of any kind are welcome!

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

Articles and Videos

External guides, tutorials, and other resources from the GraphQL Flutter community