flutter_query 0.3.4
flutter_query: ^0.3.4 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.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