fl_query_hooks 0.3.0 copy "fl_query_hooks: ^0.3.0" to clipboard
fl_query_hooks: ^0.3.0 copied to clipboard

outdated

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.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 #

New #

  • Support Paginated/Lagged Query using keepPreviousData

Improvements #

  • Only one Query & Mutation instance in useQuery & useMutation reducing memory usage

0.1.0 #

Initial Release

  • useQuery for binding the Query & QueryJob data to the UI layer of the application
  • useMutation for binding the Mutation & MutationJob operations to the UI layer of the application
6
likes
0
points
69
downloads

Publisher

verified publisherkrtirtho.dev

Weekly Downloads

Elite flutter_hooks compatible library for fl_query, the Asynchronous data caching, refetching & invalidation library for Flutter

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

fl_query, flutter, flutter_hooks, uuid

More

Packages that depend on fl_query_hooks