Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

A GraphQL client for Flutter

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

GraphQL Flutter

   Bulletin

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:

PackagePub
graphql/client.dart
graphql_flutter

Examples

Here are some examples you can follow:

  1. Starwars Example
  2. flutter_bloc example

Articles and Videos

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

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)

Download GraphQL Flutter source code on GitHub

https://github.com/zino-app/graphql-flutter

Exit mobile version
Skip to toolbar