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

Discord Medium LinkedIn Twitter

Top Flutter Graph Query Language packages

Last updated: March 25, 2024

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.


ferry
Dart 3 compatible 👍 334
Maintenance Status: Good

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

hasura_connect
Dart 3 compatible 👍 203
Maintenance Status: Good

Connect your Flutter/Dart apps to Hasura simply. All the power of GraphQL and Postgres in Flutter.

graphql_codegen
Dart 3 compatible 👍 103
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
Dart 3 compatible 👍 38
Maintenance Status: Good

GraphQL tools for parsing, transforming and printing GraphQL documents.

amplify_api
Dart 3 compatible 👍 37
Maintenance Status: Good

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

fresh_graphql
Dart 3 compatible 👍 32
Maintenance Status: Good

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

gql_link
Dart 3 compatible 👍 19
Maintenance Status: Good

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

ferry_flutter
Dart 3 compatible 👍 17
Maintenance Status: Good

Flutter widgets for the Ferry GraphQL client

gql_http_link
Dart 3 compatible 👍 16
Maintenance Status: Good

GQL Terminating Link to execute requests via HTTP using JSON.

normalize
Dart 3 compatible 👍 13
Maintenance Status: Good

Normalization and denormalization of GraphQL responses in Dart

nhost_graphql_adapter
Dart 3 compatible 👍 11
Maintenance Status: Good

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

gql_websocket_link
Dart 3 compatible 👍 11
Maintenance Status: Good

GQL Websocket Link

ferry_hive_store
Dart 3 compatible 👍 6
Maintenance Status: Good

Hive-based Store implementation for Ferry GraphQL client

gql_code_builder
Dart 3 compatible 👍 3
Maintenance Status: Good

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

ferry_cache
Dart 3 compatible 👍 3
Maintenance Status: Good

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

gql_exec
Dart 3 compatible 👍 1
Maintenance Status: Good

Basis for GraphQL execution layer to support Link and Client.

gql_error_link
Dart 3 compatible 👍 1
Maintenance Status: Good

GQL Link to handle execution errors and exceptions

ferry_exec
Dart 3 compatible 👍 1
Maintenance Status: Good

A strongly typed execution interface for GraphQL operations

brick_offline_first_with_graphql
Dart 3 compatible 👍 1
Maintenance Status: Good

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

gql_transform_link
Dart 3 compatible 👍 0
Maintenance Status: Good

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

ferry_store
Dart 3 compatible 👍 0
Maintenance Status: Good

Default Store for Ferry GraphQL client

brick_graphql_generators
Dart 3 compatible 👍 0
Maintenance Status: Good

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

brick_graphql
Dart 3 compatible 👍 0
Maintenance Status: Good

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

graphql_flutter
Dart 3 compatible 👍 801
Maintenance Status: Average

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

graphql
Dart 3 compatible 👍 444
Maintenance Status: Average

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

graphql_2_rest
Dart 3 compatible 👍 51
Maintenance Status: Average

A simple way to convert GraphQL queries to REST in order to use any HTTP client for performing a request.

gql_dedupe_link
Dart 3 compatible 👍 2
Maintenance Status: Average

GQL Link to deduplicate identical in-flight execution requests

ferry_test_graphql
Dart 3 compatible 👍 0
Maintenance Status: Poor

Example GraphQL Operations, used in Ferry tests