brick_offline_first_with_graphql 1.1.1 copy "brick_offline_first_with_graphql: ^1.1.1" to clipboard
brick_offline_first_with_graphql: ^1.1.1 copied to clipboard

outdated

A Brick domain that routes data fetching through local providers before a GraphQL provider.

Unreleased #

1.1.1 #

  • Loosen brick_graphql restriction

1.1.0 #

  • Use public release versions of brick_offline_first and brick_sqlite
  • When opening a new OfflineFirstWithGraphqlRepository#subscribe, add one event of existing local data to the stream
  • Notify subscribers of an empty payload after deleting

1.0.0 #

  • Add subscribe for streaming updates of all models
  • Do not use GraphqlOfflineQueueLink automatically in Offline First Repository

0.0.1 #

Initial