ferry 0.14.2-dev.0+1
ferry: ^0.14.2-dev.0+1 copied to clipboard
Ferry is a simple, powerful GraphQL Client for Flutter and Dart.
A simple, powerful GraphQL Client for Flutter and Dart.
Documentation π #
Features #
- β Fully Typed: work faster and safer with compile time checks and IDE autocomplete, including fully typed Cache reads and writes.
- π Built-In Code Generators: automatically generated immutable data classes for all your GraphQL Operations and Fragments, based on your schema.
- π Customizable Network Interface: highly customizable network interface using
gql_link
, allowing you to compose and extendLink
s. - β¨ Normalized Optimistic Cache: keep data in sync with cache normalization and update your UI instantly with optimistic data.
- πΎ Multiple Data Stores: extensible
Store
interface with built-inMemoryStore
andHiveStore
(which useshive
for offline persistence). - π Refetch & Pagination: easily update responses with new data or combine multiple responses, allowing for seamless pagination.
- π± Flutter Widgets: Widgets for Queries, Mutations, and Subscriptions, available out of the box.
- π§ Smooth: Run queries in a separate Isolate to free up resources on the UI thread