Commit Graph

183 Commits

Author SHA1 Message Date
Kingkor Roy Tirtho d6ba9a3c25 docs: migration category 2023-10-18 21:37:20 +06:00
Kingkor Roy Tirtho db43af6ac6 chore: change docs domain 2023-10-18 20:43:12 +06:00
Kingkor Roy Tirtho 4903ebb90e chore(release): publish packages
- fl_query@1.0.0-alpha.6
 - fl_query_connectivity_plus_adapter@0.1.0-alpha.5
 - fl_query_hooks@1.0.0-alpha.6
 - fl_query_devtools@0.1.0-alpha.4
2023-10-18 20:39:06 +06:00
Kingkor Roy Tirtho 6708eabcb8 docs: add advanced category, move optimistic updates & persisting queries to advanced 2023-10-18 20:30:10 +06:00
Kingkor Roy Tirtho 9660f573c3 docs: add dynamic, persisting, lazy InfiniteQueries 2023-10-18 20:10:56 +06:00
Kingkor Roy Tirtho bdaa355a7e docs: add flutter_hooks code for optimistic updates 2023-10-18 12:12:51 +06:00
Kingkor Roy Tirtho f36e071c74 docs: update optimistic updates 2023-10-18 12:04:02 +06:00
Kingkor Roy Tirtho 70b6945200 docs: add dynamic mutation 2023-10-18 11:00:05 +06:00
Kingkor Roy Tirtho 99a3de4c03 docs: add lazy, dynamic, persisting query 2023-10-18 10:53:34 +06:00
Kingkor Roy Tirtho b913de171d docs: add mutation 2023-10-18 10:15:35 +06:00
Kingkor Roy Tirtho a817713a0b docs: update Query docs 2023-10-14 15:29:22 +06:00
Kingkor Roy Tirtho a06b7508ac feat(fl_query_connectivity_plus_adapter): only poll to check online when connection is false 2023-10-14 15:10:52 +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 3e3047ffd4 fix(fl_query): use sync connection checker instead of async in every operation 2023-10-14 13:05:09 +06:00
Kingkor Roy Tirtho 4451ed6ff2 docs: add eslint + prettier and update QueryBuilder and useQuery 2023-10-07 10:32:07 +06:00
Kingkor Roy Tirtho 3069b5696b docs: queryclient and query cache 2023-10-06 23:04:22 +06:00
Kingkor Roy Tirtho cf6a99504e docs: update query client provider 2023-10-06 22:32:22 +06:00
Kingkor Roy Tirtho a1fa2cc4f8 docs: update quick start 2023-10-06 22:21:28 +06:00
Kingkor Roy Tirtho ae26534512 docs: update installation and overview to support new one 2023-10-06 21:58:09 +06:00
Kingkor Roy Tirtho 930164cda8 chore: update docs deps 2023-10-06 21:43:05 +06:00
Kingkor Roy Tirtho b93edcbcfe Merge pull request #30 from KRTirtho/new-architecture
New architecture
2023-10-06 13:04:18 +06:00
Kingkor Roy Tirtho aec1924849 Merge branch 'main' into new-architecture 2023-10-06 13:03:43 +06:00
Kingkor Roy Tirtho c5f24074cc chore(release): publish packages
- fl_query@1.0.0-alpha.5
 - fl_query_devtools@0.1.0-alpha.3
 - fl_query_hooks@1.0.0-alpha.5
 - fl_query_connectivity_plus_adapter@0.1.0-alpha.4
2023-10-06 12:39:53 +06:00
Kingkor Roy Tirtho 1cad748024 chore: fix InfiniteQueryState.lastPage empty element exception on initialization 2023-10-06 12:36:44 +06:00
Kingkor Roy Tirtho ab1479c0eb feat(infinite_query): add isLoadingNextPage & remove isLoadingPage 2023-10-06 11:15:59 +06:00
Kingkor Roy Tirtho 9581e276b9 fix(query): isLoading & isRefreshing not working as expected 2023-10-06 10:36:55 +06:00
Kingkor Roy Tirtho b512a5da06 fix(mutation): isMutating not working 2023-10-06 10:23:01 +06:00
Kingkor Roy Tirtho ea6b3f7b96 chore(release): publish packages
- fl_query_hooks@1.0.0-alpha.4+1
2023-09-09 16:41:17 +06:00
Kingkor Roy Tirtho 8b728b4405 fix(fl_query_hooks): upgrade flutter_hooks version & dart sdk constrain 2023-09-09 16:38:15 +06:00
Kingkor Roy Tirtho 572e5e4384 chore(release): publish packages
- fl_query@1.0.0-alpha.4
 - fl_query_devtools@0.1.0-alpha.2
 - fl_query_hooks@1.0.0-alpha.4
 - fl_query_connectivity_plus_adapter@0.1.0-alpha.3
2023-09-09 16:34:10 +06:00
Kingkor Roy Tirtho 6c544922a3 fix: mutation onSuccess doesn't refresh all pages of infinite queries 2023-09-09 15:27:54 +06:00
Kingkor Roy Tirtho f40260a348 fix: no refreshing stale queries with error 2023-09-09 15:27:22 +06:00
Kingkor Roy Tirtho f27e5f8162 fix(devtools): no wrapping child inside SizedBox.shrink 2023-09-09 15:26:45 +06:00
Kingkor Roy Tirtho 83290d4aa6 Update README.md 2023-08-02 17:18:09 +06:00
Kingkor Roy Tirtho 26419418f2 chore(release): publish packages
- fl_query_connectivity_plus_adapter@0.1.0-alpha.2
2023-06-28 17:35:19 +06:00
Kingkor Roy Tirtho 3a8455f57b fix(fl_query_connectivity_plus_adapter): lower the sdk constrains 2023-06-28 17:34:48 +06:00
Kingkor Roy Tirtho be71f17d43 chore: add noopConnectivityAdapter 2023-06-24 22:27:17 +06:00
Kingkor Roy Tirtho 4dbdfff8b6 chore(release): publish packages
- fl_query@1.0.0-alpha.3
 - fl_query_hooks@1.0.0-alpha.3
 - fl_query_devtools@0.1.0-alpha.1
 - fl_query_connectivity_plus_adapter@0.1.0-alpha.1
2023-06-24 22:17:43 +06:00
Kingkor Roy Tirtho c0edb90896 refactor: show devtools only in debug mode 2023-06-24 13:06:37 +06:00
Kingkor Roy Tirtho 5bb89ed1fb refactor: move devtools to separate library 2023-06-23 23:00:10 +06:00
Kingkor Roy Tirtho e0c5282e19 chore: fix import errors 2023-06-23 22:41:04 +06:00
Kingkor Roy Tirtho a40dca73b5 feat: resolve and resolveWith helper support 2023-06-23 22:40:20 +06:00
Kingkor Roy Tirtho 8c7b19c0e5 feat: refresh on network state change and cancel retry when offline 2023-06-21 22:10:39 +06:00
Kingkor Roy Tirtho 72ca4cece4 feat: connectivity adapter package for connectivity_plus 2023-06-21 21:39:31 +06:00
Kingkor Roy Tirtho 7dd9036e69 chore: more comment and 1 level deep BuildContext 2023-06-10 12:12:49 +06:00
Kingkor Roy Tirtho c6e484637a chore: infinite query comments 2023-06-10 11:45:17 +06:00
Kingkor Roy Tirtho bc52de5303 feat: add ability to get, refresh query and infinite queries using prefix 2023-06-09 22:51:50 +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 f30a001a8b chore: update versions and gen changelogs 2023-03-12 11:07:00 +06:00