feat: add infinite query builder with example

fix(query): updateQueryFn refetch when stale and update state of builders when widget is mounted
This commit is contained in:
Kingkor Roy Tirtho
2023-02-21 12:03:45 +06:00
parent 975f9eafe1
commit efa2c81505
21 changed files with 778 additions and 143 deletions
@@ -8,9 +8,9 @@ abstract class DefaultConstants {
);
static const RefreshConfig refreshConfig = RefreshConfig(
staleDuration: Duration(seconds: 10),
staleDuration: Duration(minutes: 2, milliseconds: 250),
refreshInterval: Duration.zero,
refreshOnMount: true,
refreshOnMount: false,
refreshOnQueryFnChange: false,
);