External Publication
Visit Post

v0.1.0 of flutter_universal_sync_graphql

The official repository for Dart and Flutter packages. [Unoffic… June 21, 2026
Source

GraphQL RemoteSyncAdapter for the flutter_universal_sync family. Pulls via queries and pushes via mutations over a single GraphQL endpoint. Changelog excerpt: Initial release. GraphQL RemoteSyncAdapterfor the flutter_universal_syncfamily. ### Added - GraphQLSyncAdapterover a single POST with {query}. You supply per-table pullQuerybuilders and an optional pushMutationbuilder (omit it for a read-only endpoint). GraphQL errorsand non-2xx map to SyncPullException/ SyncPushException. - MockClientunit tests, plus a live pull integration test against the SpaceX GraphQL API (dart test -t integration).

Discussion in the ATmosphere

Loading comments...