# zino-hofmann/graphql-flutter

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

Repository: https://github.com/zino-hofmann/graphql-flutter
Canonical: https://ross.abutalabs.com/products/graphql-flutter
Homepage: https://zino-hofmann.github.io/graphql-flutter
Language: Dart
License: MIT
License Family: permissive
Topics: flutter, dart, graphql, client
Last push: 2026-07-28T12:37:08+00:00

## Health v2 (maintenance only)
Score: 84/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 94, release rhythm 62, longevity 100
- inputs: {"age_days": 3008, "days_push": 36, "days_rel": 172, "gap_med": 59, "n_releases_24m": 8}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3270, forks 642 (observed 2026-08-28T04:07:53.027856+00:00)

## What it is
A GraphQL client for Dart and Flutter providing queries, mutations, subscriptions, caching, and optimistic updates through a widget-based API. It is a monorepo containing the core `graphql` Dart client and the `graphql_flutter` widget wrapper, inspired by Apollo Client.

## Use cases
- consume a graphql api from a flutter app
- run graphql subscriptions over websockets in dart
- add optimistic updates and caching to flutter queries
- upload files via graphql mutations in flutter
- manage client-side graphql state in a mobile app
- poll and rebroadcast graphql queries in dart

## When to choose
- you are building a Flutter or Dart app that talks to a GraphQL server
- you need subscriptions, caching, or optimistic UI in Flutter
- you want an Apollo-like client experience on mobile

## When to avoid
- your backend is REST rather than GraphQL
- you need a pure Dart server-side client without Flutter widgets (the core `graphql` package may fit better)
- you rely on Automatic Persisted Queries, which is currently out of service

## Facets
- artifact type: library
- maturity: active
- function: graphql-client, caching, state-management, websocket
- domain: mobile-development, frontend, apis, web-development
- platform: cross-platform
- tags: graphql, flutter, dart, apollo-inspired, subscriptions, optimistic-ui, mobile

## Member repositories
- zino-hofmann/graphql-flutter (main) score 84

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:53.027856+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:43:49.929124+00:00, confidence not recorded.
  - readme: https://github.com/zino-hofmann/graphql-flutter (fetched 2026-08-28T04:07:53.027856+00:00, sha c535afa92649)
  - homepage: https://zino-hofmann.github.io/graphql-flutter (fetched 2026-08-29T09:36:27.281848+00:00, sha 70dbe7b82838)
- Data as of 2026-08-30T08:39:29.467469+00:00.
