Flutter Gems is a curated list of 6000+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter Graph Query Language packages
Last updated: November 15, 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 👍 354
Maintenance Status: Good
Ferry is a simple, powerful GraphQL Client for Flutter and Dart.
graphql_codegen
Dart 3 compatible 👍 126
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.
graphql_2_rest
Dart 3 compatible 👍 55
Maintenance Status: Good
A lightweight library for converting GraphQL queries into REST format, enabling the use of any HTTP client for executing requests.
amplify_api
Dart 3 compatible 👍 40
Maintenance Status: Good
The Amplify Flutter API category plugin, supporting GraphQL and REST operations.
fresh_graphql
Dart 3 compatible 👍 35
Maintenance Status: Good
An graphql link for token refresh. Built on top of package:graphql and manages authentication tokens transparently.
gql_http_link
Dart 3 compatible 👍 19
Maintenance Status: Good
GQL Terminating Link to execute requests via HTTP using JSON.
normalize
Dart 3 compatible 👍 15
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_code_builder
Dart 3 compatible 👍 5
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
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.
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 👍 862
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 👍 463
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.
hasura_connect
Dart 3 compatible 👍 204
Maintenance Status: Average
Connect your Flutter/Dart apps to Hasura simply. All the power of GraphQL and Postgres in Flutter.
gql
Dart 3 compatible 👍 41
Maintenance Status: Average
GraphQL tools for parsing, transforming and printing GraphQL documents.
ferry_flutter
Dart 3 compatible 👍 21
Maintenance Status: Average
Flutter widgets for the Ferry GraphQL client
gql_link
Dart 3 compatible 👍 20
Maintenance Status: Average
A simple and modular AST-based GraphQL request execution interface.
ferry_hive_store
Dart 3 compatible 👍 6
Maintenance Status: Average
Hive-based Store implementation for Ferry GraphQL client
gql_exec
Dart 3 compatible 👍 1
Maintenance Status: Average
Basis for GraphQL execution layer to support Link and Client.
gql_transform_link
Dart 3 compatible 👍 0
Maintenance Status: Average
GQL Link to transform Requests and Responses. May be used to update context, document, variables, data, errors, etc.
gql_error_link
Dart 3 compatible 👍 0
Maintenance Status: Average
GQL Link to handle execution errors and exceptions
gql_dedupe_link
Dart 3 compatible 👍 2
Maintenance Status: Poor
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