zino-app/graphql-flutter
A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
repo name | zino-app/graphql-flutter |
repo link | https://github.com/zino-app/graphql-flutter |
homepage | https://pub.dartlang.org/packages/graphql_flutter |
language | Dart |
size (curr.) | 83653 kB |
stars (curr.) | 1723 |
created | 2018-06-08 |
license | MIT License |
GraphQL Flutter
About this project
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:
Package | Pub |
---|---|
graphql/client.dart | |
graphql_flutter |
Examples
Here are some examples you can follow:
Roadmap
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 | 🔜 |
Contributing
To contribute, please see the CONTRIBUTING.md file.
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.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind are welcome!