Ferry

Stream-based strongly typed GraphQL client for Dart
Alternatives To Ferry
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Rxdb19,0118268a day ago312September 22, 202211apache-2.0TypeScript
A fast, offline-first, reactive database for JavaScript Applications https://rxdb.info/
Nhost6,4269a day ago91September 20, 2022159mitTypeScript
The Open Source Firebase Alternative with GraphQL.
Graphql Flutter3,10818148 days ago98July 22, 202296mitDart
A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
Learn Graphql1,086
15 days ago88mitJavaScript
Real world GraphQL tutorials for frontend developers with deadlines!
Ferry507411 days ago61September 25, 202258mitDart
Stream-based strongly typed GraphQL client for Dart
Artemis483332 months ago138June 02, 202245mitDart
Build dart types from GraphQL schemas and queries
Rick And Morty Info398
2 years ago3mit
Made with Clean architecture + TDD + GraphQL + flutter_bloc + CodeCov + GitHooks + GitHub Actions (CI/CD) and finally with 💙
Weekly375
3 years ago1mit
由腾讯IVWEB出品的《IVWEB技术周刊》
Cms Mobile317
a year agogpl-3.0
A flutter project for amfoss cms
Gql24354925 days ago157January 03, 202357mitDart
Libraries supporting GraphQL in Dart
Alternatives To Ferry
Select To Compare


Alternative Project Comparisons
Readme

A simple, powerful GraphQL Client for Flutter and Dart

MIT License PRs Welcome Watch on GitHub Star on GitHub Watch on GitHub Discord

Documentation 📖

Features

  1. Fully Typed: work faster and safer with compile time checks and IDE autocomplete, including fully typed Cache reads and writes.
  2. 🔄 Built-In Code Generators: automatically generated immutable data classes for all your GraphQL Operations and Fragments, based on your schema.
  3. 🌐 Customizable Network Interface: highly customizable network interface using gql_link, allowing you to compose and extend Links.
  4. Normalized Optimistic Cache: keep data in sync with cache normalization and update your UI instantly with optimistic data.
  5. 💾 Multiple Data Stores: extensible Store interface with built-in MemoryStore and HiveStore (which uses hive for offline persistence).
  6. 📄 Refetch & Pagination: easily update responses with new data or combine multiple responses, allowing for seamless pagination.
  7. 📱 Flutter Widgets: Widgets for Queries, Mutations, and Subscriptions, available out of the box.
  8. 🧈 Smooth: Run queries in a separate Isolate to free up resources on the UI thread

Packages

This repo is a monorepo for ferry and related packages.

Pub Package Description
version package:ferry Stream-based GraphQL Client
version package:ferry_cache Normalized, strongly typed, optimistic cache
version package:ferry_exec Strongly typed GraphQL execution interface
version package:ferry_flutter Flutter Widgets for GraphQL Operations
version package:ferry_generator Dart Type Generator for GraphQL Operations
version package:ferry_store Data Persistence for ferry's cache
version package:ferry_hive_store Hive implementation of ferry_store
version package:normalize Normalization / denormalization of GraphQL data
Popular Graphql Projects
Popular Flutter Projects
Popular Application Programming Interfaces Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Dart
Flutter
Stream
Graphql
Graphql Client