Commit Graph

24 Commits

Author SHA1 Message Date
Kingkor Roy Tirtho 1ff91c2dce refactor(fl_query): bring back jobs API 2023-10-19 12:04:51 +06:00
Kingkor Roy Tirtho 363404f9ed feat(fl_query_connectivity_plus_adapter): lookup based offline detection 2023-10-14 14:42:12 +06:00
Kingkor Roy Tirtho b512a5da06 fix(mutation): isMutating not working 2023-10-06 10:23:01 +06:00
Kingkor Roy Tirtho 5bb89ed1fb refactor: move devtools to separate library 2023-06-23 23:00:10 +06:00
Kingkor Roy Tirtho 72ca4cece4 feat: connectivity adapter package for connectivity_plus 2023-06-21 21:39:31 +06:00
Kingkor Roy Tirtho 1b1f1cdc93 feat: add devtools (WIP) 2023-05-29 13:33:09 +06:00
Kingkor Roy Tirtho 0fa58dcb84 chore: update deps 2023-05-29 08:45:38 +06:00
Kingkor Roy Tirtho 6b277647b7 chore: bump version for pre release 2023-03-05 16:47:12 +06:00
Kingkor Roy Tirtho d964216ee1 chore: remove unnecessary deps 2023-02-23 23:44:24 +06:00
Kingkor Roy Tirtho 5dde200c84 feat: safe cancellation of running operation on reset 2023-02-23 13:14:42 +06:00
Kingkor Roy Tirtho efa2c81505 feat: add infinite query builder with example
fix(query): updateQueryFn refetch when stale and update state of builders when widget is mounted
2023-02-21 12:03:45 +06:00
Kingkor Roy Tirtho 18584a3c57 feat: cache, client, query builder add and refreshOnQueryFnChange option
fix: retryer wrong logic
2023-02-14 21:50:06 +06:00
Kingkor Roy Tirtho f632fe8403 feat: clean old junk 2023-02-10 19:08:30 +06:00
Kingkor Roy Tirtho 074175ed39 feat: add query and infinite query disk caching support 2022-12-15 15:43:40 +06:00
Kingkor Roy Tirtho 6676f508ae build: generated files update 2022-10-12 22:12:25 +06:00
Kingkor Roy Tirtho f0d3bd36a7 chore: update generated configuration 2022-10-07 19:46:44 +06:00
Kingkor Roy Tirtho 95b1837620 feat(infinite-query): add refetchPages, refetchOnStale, refetchOnMount support 2022-09-14 12:49:30 +06:00
Kingkor Roy Tirtho 1452d7d79e feat: add initial support for InfiniteQuery
Added new infinite query class with it's own builder widget and integration with query_bowl
The `cast` method used in mutation and query are now a mixin instead of BasicOperation property
2022-08-21 20:10:40 +06:00
Kingkor Roy Tirtho 4d6d1a1648 refactor(example): package specific examples instead of a single example 2022-08-04 09:20:20 +06:00
Kingkor Roy Tirtho 8034a6a11e removed old implementation 2022-05-28 18:37:00 +06:00
Kingkor Roy Tirtho 58f98e6e74 scheduleMicrotask utils removed in favor of dart:async
getQueryData wrong arrangment of arguments
Query & Retryer's future property is replaced with Completer
queryFn, fetchFn & fn types corrected
exported all the functions/class/enum  from core (incomplete)
flutter dependency dropped since the core is a Dart package
2022-02-12 12:58:17 +06:00
Kingkor Roy Tirtho 599453c82e cleared junks 2022-02-10 18:31:35 +06:00
Kingkor Roy Tirtho 3ec81de606 +QueryObserver
+Query
+notifyManager
+onlineManager
+QueryCache
2022-02-10 18:29:42 +06:00
Kingkor Roy Tirtho c7169b04c7 initial commit with cache support & example 2022-02-07 00:11:15 +06:00