Awesome
<div align="center"> <h1>GraphQL Flutter</h1> <div align="center"> <img src="https://miro.medium.com/max/1400/1*bU9k3XzmNAQ9F9J0uCiFsQ.png" width="800"/> </div> <p> <strong>A collection of packages to work with graphql server in dart and flutter.</strong> </p> <h4> <a href="https://github.com/zino-hofmann/graphql-flutter">Project Homepage</a> </h4> <a href="https://github.com/laanwj/rust-clightning-rpc/actions"> <img alt="GitHub Workflow Status (branch)" src="https://img.shields.io/github/workflow/status/laanwj/rust-clightning-rpc/Integration%20testing/master?style=flat-square"/> </a> <a href="https://pub.dev/packages/graphql"> <img alt="Pub Popularity" src="https://img.shields.io/pub/popularity/graphql?style=flat-square"/> </a> <a href="https://discord.gg/YBFCTXNbwY"> <img alt="Discord" src="https://img.shields.io/discord/559455668810153989?style=flat-square"/> </a> </div>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!
Packages
This is a Monorepo which contains the following packages:
Crate | Description | Version |
---|---|---|
graphql | Client implementation to interact with any graphql server | |
graphql_flutter | Flutter Widgets wrapper around graphql API |
Utils Tools
Around graphql_flutter
are builds awesome tools like:
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
<a href="https://opencollective.com/graphql-flutter"><img src="https://opencollective.com/graphql-flutter/individuals.svg?width=890"></a>
Organizations
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
<a href="https://opencollective.com/graphql-flutter/organization/0/website"><img src="https://opencollective.com/graphql-flutter/organization/0/avatar.svg"></a> <a href="https://opencollective.com/graphql-flutter/organization/1/website"><img src="https://opencollective.com/graphql-flutter/organization/1/avatar.svg"></a> <a href="https://opencollective.com/graphql-flutter/organization/2/website"><img src="https://opencollective.com/graphql-flutter/organization/2/avatar.svg"></a> <a href="https://opencollective.com/graphql-flutter/organization/3/website"><img src="https://opencollective.com/graphql-flutter/organization/3/avatar.svg"></a> <a href="https://opencollective.com/graphql-flutter/organization/4/website"><img src="https://opencollective.com/graphql-flutter/organization/4/avatar.svg"></a> <a href="https://opencollective.com/graphql-flutter/organization/5/website"><img src="https://opencollective.com/graphql-flutter/organization/5/avatar.svg"></a> <a href="https://opencollective.com/graphql-flutter/organization/6/website"><img src="https://opencollective.com/graphql-flutter/organization/6/avatar.svg"></a> <a href="https://opencollective.com/graphql-flutter/organization/7/website"><img src="https://opencollective.com/graphql-flutter/organization/7/avatar.svg"></a> <a href="https://opencollective.com/graphql-flutter/organization/8/website"><img src="https://opencollective.com/graphql-flutter/organization/8/avatar.svg"></a> <a href="https://opencollective.com/graphql-flutter/organization/9/website"><img src="https://opencollective.com/graphql-flutter/organization/9/avatar.svg"></a>
Articles and Videos
External guides, tutorials, and other resources from the GraphQL Flutter community
- Ultimate toolchain to work with GraphQL in Flutter:
An intro to usinggraphql_flutter
withartemis
for code generation andgraphql-faker
for API prototyping