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!
This is a Monorepo which contains the following packages:
Package | Pub |
---|---|
graphql/client.dart | |
graphql_flutter |
Here are some examples you can follow:
This is currently our roadmap, please feel free to request additions/changes.
Feature | Progress |
---|---|
Queries | ✅ |
Mutations | ✅ |
Subscriptions | ✅ |
Query polling | ✅ |
In memory cache | ✅ |
Offline cache sync | ✅ |
GraphQL Upload | ✅ |
Optimistic results | ✅ |
Modularity | ✅ |
Client state management | 🔜 |
To contribute, please see the CONTRIBUTING.md file.
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.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind are welcome!