matehat / graphql-flutter

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

Home Page:https://pub.dartlang.org/packages/graphql_flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIT License All Contributors PRs Welcome

Star on GitHub Watch on GitHub Discord

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

Build Status Coverage

This is a Monorepo which contains the following packages:

Package Pub
graphql/client.dart version
graphql_flutter version

Examples

Here are some examples you can follow:

  1. Starwars Example
  2. flutter_bloc example

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):

Eustatiu Dima
Eustatiu Dima

🐛 💻 📖 💡 🤔 👀
Zino Hofmann
Zino Hofmann

🐛 💻 📖 💡 🤔 🚇 👀
Harkirat Saluja
Harkirat Saluja

📖 🤔
Chris Muthig
Chris Muthig

💻 📖 💡 🤔
Cal Pratt
Cal Pratt

🐛 💻 📖 💡 🤔
Miroslav Valkovic-Madjer
Miroslav Valkovic-Madjer

💻
Aleksandar Faraj
Aleksandar Faraj

🐛
Arnaud Delcasse
Arnaud Delcasse

🐛 💻
Dustin Graham
Dustin Graham

🐛 💻
Fábio Carneiro
Fábio Carneiro

🐛
Gregor
Gregor

🐛 💻 🤔
Kolja Esders
Kolja Esders

🐛 💻 🤔
Michael Joseph Rosenthal
Michael Joseph Rosenthal

🐛 💻 📖 💡 🤔 ⚠️
Igor Borges
Igor Borges

🐛 💻
Rafael Ring
Rafael Ring

🐛 💻
TruongSinh Tran-Nguyen
TruongSinh Tran-Nguyen

💻 🖋 📖 💡 🤔 🚇 ⚠️
Maina Wycliffe
Maina Wycliffe

💻 📖 💡
Lucas de Ávila Martins
Lucas de Ávila Martins

💻
szantogab
szantogab

💻
dbrb
dbrb

💻
Yunyu Lin
Yunyu Lin

💻
Ammar Atef
Ammar Atef

💻
Ariel Carbonaro
Ariel Carbonaro

💻
ArneSchulze
ArneSchulze

💻
Christian Wesselhoeft
Christian Wesselhoeft

💻
JarrodCColburn
JarrodCColburn

💻
M. Walker Wells
M. Walker Wells

💻
Mateus Gustavo de Freitas e Silva
Mateus Gustavo de Freitas e Silva

💻
pleopardi
pleopardi

💻
Sat Mandir S. Khalsa
Sat Mandir S. Khalsa

💻
Nitish Kumar Singh
Nitish Kumar Singh

💻

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

About

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

https://pub.dartlang.org/packages/graphql_flutter

License:MIT License


Languages

Language:Dart 98.4%Language:Ruby 0.9%Language:Objective-C 0.3%Language:Shell 0.2%Language:Java 0.2%