cached_query_flutter 2.0.0-dev.0 cached_query_flutter: ^2.0.0-dev.0 copied to clipboard
Assortment of builders and addons for use with Cached Query in flutter.
2.0.0-dev.0 #
1.0.1 #
1.0.0 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
1.0.0-dev.2 #
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 #
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