fl_query_hooks 0.3.1 fl_query_hooks: ^0.3.1 copied to clipboard
Elite flutter_hooks compatible library for fl_query, the Asynchronous data caching, refetching & invalidation library for Flutter
Changelog #
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.1 (2022-10-03) #
Bug Fixes #
- infinite_query:
getNextPageParam
&getPreviousPageParam
cannot return null (e9c8b79) - fl_query_hooks: unneeded empty instances of query/mutation (e9c8b79)
- base_query:
onData
callback getting called with null #17 (664e90e)
0.3.0 (2022-09-23) #
New #
InfiniteQuery
support
Improvement #
- More efficient
QueryBowl
because it's now a class instead of a StatefulWidget - Listeners are updated lazily now
0.2.0 #
0.1.0 #
Initial Release
useQuery
for binding theQuery
&QueryJob
data to the UI layer of the applicationuseMutation
for binding theMutation
&MutationJob
operations to the UI layer of the application