flutter_query 0.3.7
flutter_query: ^0.3.7 copied to clipboard
Widgets that help state management of asynchronous operations such as sending HTTP requests, getting the response, and caching the result.
0.3.7 - 2023-07-21 #
- Fix:
useQuery
schedules cache removal aftergcDuration
when key is changed
0.3.6 - 2023-07-21 #
useImperativeQuery
'sfetch
refetches when called with same key
0.3.5 - 2023-07-20 #
- Fixed
refetchOnResumed
issue onuseImperativeQuery
- Added
gcDuration
tousePagedQuery
- Removed intermittent
QueryStatus.idle
0.3.4 - 2023-07-19 #
- Inactive cached query will be removed after the
gcDuration
0.3.3 - 2023-07-17 #
- Add
useImperativeQuery
hook
0.3.2 - 2023-07-17 #
- Make query key generic type
0.3.1 - 2023-07-15 #
- Fix refetching on resumed when enabled is false
0.3.0 - 2023-07-12 #
- Dropped widget-based API
- Supports hook-based API