flutter_universal_sync_graphql 0.1.0 copy "flutter_universal_sync_graphql: ^0.1.0" to clipboard
flutter_universal_sync_graphql: ^0.1.0 copied to clipboard

GraphQL RemoteSyncAdapter for the flutter_universal_sync family. Pulls via queries and pushes via mutations over a single GraphQL endpoint.

Changelog #

0.1.0 — 2026-06-21 #

Initial release. GraphQL RemoteSyncAdapter for the flutter_universal_sync family.

Added #

  • GraphQLSyncAdapter over a single POST <endpoint> with {query}. You supply per-table pullQuery builders and an optional pushMutation builder (omit it for a read-only endpoint). GraphQL errors and non-2xx map to SyncPullException / SyncPushException.
  • MockClient unit tests, plus a live pull integration test against the SpaceX GraphQL API (dart test -t integration).
0
likes
150
points
162
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

GraphQL RemoteSyncAdapter for the flutter_universal_sync family. Pulls via queries and pushes via mutations over a single GraphQL endpoint.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter_universal_sync_core, http

More

Packages that depend on flutter_universal_sync_graphql