ferry 0.16.0+1 copy "ferry: ^0.16.0+1" to clipboard
ferry: ^0.16.0+1 copied to clipboard

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

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

A simple, powerful GraphQL Client for Flutter and Dart.

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
354
likes
150
points
346
downloads

Publisher

verified publishergql-dart.dev

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#graphql #gql #ferry

Documentation

API reference

License

MIT (license)

Dependencies

built_value, collection, ferry_cache, ferry_exec, gql, gql_exec, gql_link, hive, meta, normalize, rxdart

More

Packages that depend on ferry