Flutter Gems is a curated list of 7100+ useful Dart & Flutter packages that are categorized based on functionality.

Discord Medium LinkedIn X

Top Flutter Graph Query Language packages

Last updated: April 1, 2026

Graph Query Language (GQL) is a query language for graphs. It is designed to be easy to use and easy to extend. GQL is based on the W3C's Resource Description Framework (RDF) and the SPARQL query language. GraphQL is a query language for your API, and a server-side runtime for executing queries by using a type system you define for your data. GraphQL isn't tied to any specific database or storage engine and is instead backed by your existing code and data. Hasura GraphQL Engine provides an instant, realtime GraphQL API on any Postgres database, with built-in type definitions for all of your tables and views.

The complete list of Flutter Graph Query Language packages is provided below.


graphql_flutter
👍 907   ⬇️ 183.4K
Dart 3 compatible
Maintenance Status: Good

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

graphql
👍 491   ⬇️ 355.5K
Dart 3 compatible
Maintenance Status: Good

A stand-alone GraphQL client for Dart, bringing all the features from a modern GraphQL client to one easy to use package.

gql_http_link
👍 21   ⬇️ 384.8K
Dart 3 compatible
Maintenance Status: Good

GQL Terminating Link to execute requests via HTTP using JSON.

ferry
👍 366   ⬇️ 3.5K
Dart 3 compatible
Maintenance Status: Average

Ferry is a simple, powerful GraphQL Client for Flutter and Dart.

gql_transform_link
👍 0   ⬇️ 349.7K
Dart 3 compatible
Maintenance Status: Good

GQL Link to transform Requests and Responses. May be used to update context, document, variables, data, errors, etc.

gql
👍 43   ⬇️ 296.2K
Dart 3 compatible
Maintenance Status: Good

GraphQL tools for parsing, transforming and printing GraphQL documents.

normalize
👍 16   ⬇️ 311.3K
Dart 3 compatible
Maintenance Status: Average

Normalization and denormalization of GraphQL responses in Dart

gql_link
👍 21   ⬇️ 271.9K
Dart 3 compatible
Maintenance Status: Good

A simple and modular AST-based GraphQL request execution interface.

graphql_codegen
👍 150   ⬇️ 108.8K
Dart 3 compatible
Maintenance Status: Good

Simple, opinionated, codegen library for GraphQL. It allows you to generate serializers and client helpers to easily call and parse your data.

gql_error_link
👍 1   ⬇️ 250.3K
Dart 3 compatible
Maintenance Status: Good

GQL Link to handle execution errors and exceptions

gql_tristate_value
👍 1   ⬇️ 174.7K
Dart 3 compatible
Maintenance Status: Good

A wrapper class for representing a value that can be absent, present and null, or present and non-null.

amplify_api
👍 39   ⬇️ 30.9K
Dart 3 compatible
Maintenance Status: Good

The Amplify Flutter API category plugin, supporting GraphQL and REST operations.

graphql_2_rest
👍 64   ⬇️ 484
Dart 3 compatible
Maintenance Status: Average

A lightweight library for converting GraphQL queries into REST format, enabling the use of any HTTP client for executing requests.

gql_dio_link
👍 34   ⬇️ 18.6K
Dart 3 compatible
Maintenance Status: Good

Similar to gql_http_link, gql_dio_link is a GQL Terminating Link to execute requests via Dio using JSON

fresh_graphql
👍 37   ⬇️ 4.3K
Dart 3 compatible
Maintenance Status: Good

An graphql link for token refresh. Built on top of package:graphql and manages authentication tokens transparently.

ferry_store
👍 2   ⬇️ 24.7K
Dart 3 compatible
Maintenance Status: Average

Default Store for Ferry GraphQL client

ferry_cache
👍 4   ⬇️ 21.6K
Dart 3 compatible
Maintenance Status: Average

A normalized, strongly typed, optimistic cache for GraphQL Operations and Fragments

ferry_flutter
👍 21   ⬇️ 1.9K
Dart 3 compatible
Maintenance Status: Average

Flutter widgets for the Ferry GraphQL client

gql_websocket_link
👍 13   ⬇️ 3.7K
Dart 3 compatible
Maintenance Status: Good

GQL Websocket Link

gql_exec
👍 1   ⬇️ 12.9K
Dart 3 compatible
Maintenance Status: Poor

Basis for GraphQL execution layer to support Link and Client.

gql_dedupe_link
👍 2   ⬇️ 10.5K
Dart 3 compatible
Maintenance Status: Good

GQL Link to deduplicate identical in-flight execution requests

nhost_graphql_adapter
👍 11   ⬇️ 471
Dart 3 compatible
Maintenance Status: Good

Easily connect to your Nhost.io GraphQL backend using the graphql package.

ferry_hive_store
👍 6   ⬇️ 607
Dart 3 compatible
Maintenance Status: Average

Hive-based Store implementation for Ferry GraphQL client

brick_offline_first_with_graphql
👍 1   ⬇️ 83
Dart 3 compatible
Maintenance Status: Good

A Brick domain that routes data fetching through local providers before a GraphQL provider.

ferry_test_graphql
👍 0   ⬇️ 313
Dart 3 compatible
Maintenance Status: Poor

Example GraphQL Operations, used in Ferry tests

brick_graphql
👍 0   ⬇️ 127
Dart 3 compatible
Maintenance Status: Good

GraphQL connector for Brick, a data persistence library. Includes annotations, adapter, model, and provider.

brick_graphql_generators
👍 0   ⬇️ 120
Dart 3 compatible
Maintenance Status: Good

Code generation library for the GraphQL providers, models, and adapters in Brick

shalom_core
👍 0   ⬇️ 12
Dart 3 compatible
Maintenance Status: Good

GraphQL client for flutter

gql_code_builder
👍 5   ⬇️ 181.8K

Maintenance Status: Good

Dart code builders taking *.graphql documents and SDL to build useful classes.

ferry_exec
👍 1   ⬇️ 44.2K

Maintenance Status: Average

A strongly typed execution interface for GraphQL operations