Kingkor Roy Tirtho
121c996903
chore: remove unneeded deps from lock files
2023-03-05 13:18:20 +06:00
Kingkor Roy Tirtho
5332bd16d3
fix(fl_query_hooks): fetch query when queryKey changes
2023-03-04 21:53:31 +06:00
Kingkor Roy Tirtho
0c819d4e11
refactor: more convenient ways customizing config
2023-03-02 18:51:50 +06:00
Kingkor Roy Tirtho
cf2550a290
fix(fl_query_hooks): query/mutation reset to initial memoized values on hot reload
2023-02-28 22:21:20 +06:00
Kingkor Roy Tirtho
f2a23b085c
feat: new next_page signature, query/mutation fn in notifier and safe update in use_updater
2023-02-26 13:51:40 +06:00
Kingkor Roy Tirtho
1ea9370570
feat: use function hooks instead of class hooks
2023-02-26 10:51:28 +06:00
Kingkor Roy Tirtho
d964216ee1
chore: remove unnecessary deps
2023-02-23 23:44:24 +06:00
Kingkor Roy Tirtho
c068c41b46
chore: use custom cache prefix for hooks example
2023-02-23 23:37:23 +06:00
Kingkor Roy Tirtho
72a4646af8
chore: remove _forbidden
2023-02-23 23:34:15 +06:00
Kingkor Roy Tirtho
383d0e0a85
feat: use mutation hook add
2023-02-23 23:33:56 +06:00
Kingkor Roy Tirtho
f9a5207403
feat: useInfiniteQuery hook add
2023-02-23 23:21:57 +06:00
Kingkor Roy Tirtho
7fabf44756
feat: useQuery hook with working example
2023-02-23 22:50:37 +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
b304466d73
feat: initial query and retryer implementation
2023-02-10 22:11:33 +06:00
Kingkor Roy Tirtho
f632fe8403
feat: clean old junk
2023-02-10 19:08:30 +06:00
Kingkor Roy Tirtho
0af8190cf8
fix: state update on unmounted hook and infinite query cache refetch not working
2023-02-10 18:52:27 +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
a7c03f891f
fix: refetchOnExternalDataChange isn't working #18
2022-12-14 14:06: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
2cd4f5b439
chore: bumped version for next release and generated CHANGELOG
2022-10-03 22:27:19 +06:00
Kingkor Roy Tirtho
664e90e604
fix(base_query): onData callback getting called with null #17
2022-10-03 22:23:23 +06:00
Kingkor Roy Tirtho
e9c8b7903b
fix(fl_query_hooks): unneeded empty instances of query/mutation
...
fix(infinite_query): getNextPageParam & getPreviousPageParam non-null return required
2022-10-03 21:57:00 +06:00
Kingkor Roy Tirtho
bd22b87391
chore: bump version of both packages and generate CHANGELOG
...
docs(README): mention newest feature
2022-09-23 11:30:01 +06:00
Kingkor Roy Tirtho
03a053bba6
fix(fl_query_hooks): newest query/mutation/infinite-query instance not getting returned
2022-09-23 09:50:22 +06:00
Kingkor Roy Tirtho
2b835505a3
refactor(QueryBowl): query bowl logic as a separate class instead of a stateful widget
...
feat: add QueryCache class for storing, updating, removing all the query/mutation/infiniteQueries
refactor(test): update tests according to new query bowl refactor
refactor(fl_query_hooks): update the hooks according to new query bowl refactor
2022-09-22 22:03:28 +06:00
Kingkor Roy Tirtho
f435f101c4
docs: add infinite query page
2022-09-19 12:20:48 +06:00
Kingkor Roy Tirtho
f47ca98472
feat(infinite-query): onData and onError listener support
2022-09-16 14:32:23 +06:00
Kingkor Roy Tirtho
2a3ac29f64
feat(infinite-query): add useInfiniteQuery hook with example
2022-09-14 13:14:23 +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
3b2e75272b
build: changelog update
2022-08-07 14:04:21 +06:00
Kingkor Roy Tirtho
c02f42a31a
build: bump versions for upcoming v0.2.0 & add changelog
2022-08-07 13:58:25 +06:00
Kingkor Roy Tirtho
cdd1e96b2a
Merge branch 'main' into docs
2022-08-07 12:15:06 +06:00
Kingkor Roy Tirtho
a28cc2801c
chore: merge main
2022-08-07 12:14:56 +06:00
Kingkor Roy Tirtho
8eaa6b04d1
docs: add paginated-query section and update optimistc update section
2022-08-07 12:13:03 +06:00
Kingkor Roy Tirtho
462a7042fa
feat: add support for keepPreviousData & examples regarding this
2022-08-07 10:54:28 +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
6d2952ae6a
more tests added for Query
...
prefetchQuery support added
seperate methods for adding & removing listeners for events of both query & mutations
refetchInterval not working when used Query.fromOptions bug fixed
2022-07-28 12:01:37 +06:00
Kingkor Roy Tirtho
f0741045a5
query tests added
2022-07-20 12:21:18 +06:00
Kingkor Roy Tirtho
915f2aecfc
[docs] MutationJob docs added
...
[docs] fl-query for flutter blog added
2022-07-18 18:39:28 +06:00
Kingkor Roy Tirtho
2a75aefb0f
Reademes updated with new banner
...
Notice board added
2022-07-13 10:11:02 +06:00
Kingkor Roy Tirtho
88841e71f8
Query & Mutation Builders now doesn't create a new instance
2022-07-12 03:15:44 +06:00
Kingkor Roy Tirtho
89272d5c00
Updated fl_query_hooks deps
2022-07-08 04:41:22 +06:00
Kingkor Roy Tirtho
151e5fecfa
Logo links are permanent in README now
2022-07-08 04:28:31 +06:00
Kingkor Roy Tirtho
8b834fce82
Updated and added README
2022-07-08 04:03:35 +06:00
Kingkor Roy Tirtho
4afaa4b471
Separated vanilla flutter & the flutter_hooks version of the package 😢
...
CHANGELOGS created for both package
2022-07-08 03:48:04 +06:00