cached_query_flutter 2.0.1 copy "cached_query_flutter: ^2.0.1" to clipboard
cached_query_flutter: ^2.0.1 copied to clipboard

Assortment of builders and addons for use with Cached Query in flutter.

2.0.1 #

  • Update a dependency to the latest release.

2.0.0 #

  • Release 2.0.0
  • FIX: lints. (d3677368)
  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

2.0.0-dev.3 #

2.0.0-dev.2 #

  • FEAT: add devtools package (#24). (43ba85ea)
  • DOCS: update for storageSerializer and storageDeserializer. (0b4c4e5f)

2.0.0-dev.1 #

  • FEAT: added storageSerializer and storageDeserializer to the QueryConfig to allow for more flexible storage (#20). (4aca144d)

2.0.0-dev.0 #

Note: This release has breaking changes.

  • FEAT: added query logging observer. (a95896e7)
  • BREAKING FEAT: return mutation state from mutate function. (02e29ed0)

1.0.1 #

  • FIX: analysis options, for examples. (0f28d977)
  • FIX: package updates. (0a934e2f)
  • FIX: better generic type names. (1e7fb516)

1.0.0 #

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

1.0.0-dev.2 #

  • FEAT: Added buildWhen to other query builders (#15). (a8f58359)
  • FEAT: added buildWhen parameter in QueryBuilder for conditional rebuilding (#14). (4d2d3678)

1.0.0-dev.1 #

  • chore: update packages

0.6.0+3 #

  • Update a dependency to the latest release.

0.6.0+2 #

  • Update a dependency to the latest release.

0.6.0+1 #

  • Update a dependency to the latest release.

0.6.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: combine updateInfiniteQuery and updateQuery in the global CachedQuery object. (e8fd8602)

0.5.0+1 #

  • DOCS: update to query config flutter. (2b729f49)

0.5.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: allow refetch config per query. QueryConfig can no longer be const.

0.4.1+4 #

  • Update a dependency to the latest release.

0.4.1+3 #

  • Update a dependency to the latest release.

0.4.1+2 #

  • Update a dependency to the latest release.

0.4.1+1 #

  • Update a dependency to the latest release.

0.4.1 #

  • FEAT: add creation and deletion observers.

0.4.0+1 #

  • FIX: export query observer.

0.4.0 #

Note: This release has breaking changes.

  • DOCS: document query builder key.
  • BREAKING FEAT: add observer.

0.3.0+2 #

  • Update Cached Query to the latest release.

0.3.0+1 #

  • DOCS: add base projects and infinite query with bloc.

0.3.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: reset infinite query data if first pages aren't equal, option to turn off.

0.2.0+1 #

  • Update a dependency to the latest release.

0.2.0 #

Note: This release has breaking changes.

  • FEAT: update infinite query builder to have key as well.
  • FEAT: add ability to use query key only.
  • BREAKING FEAT: change query builds to either accept value or query key.

0.1.0+2 #

  • DOCS: Readmes updated to show documentation link.

0.1.0+1 #

  • Update a dependency to the latest release.

0.1.0 #

  • FIX!: Infinite query not re-fetching in order.
  • FIX: catch timeout.
  • DOCS: Examples with the bloc pattern.
  • DOCS: explain connection.

0.0.2+2 #

  • Update a dependency to the latest release.

0.0.2 #

  • fix: catch timeout

0.0.1-dev.1 #

  • Initial release