zenquery 1.0.1 copy "zenquery: ^1.0.1" to clipboard
zenquery: ^1.0.1 copied to clipboard

Wrapper around Riverpod for powerful asynchronous state management, server-state utilities and data fetching. Inspired by TanStack Query

1.0.1 #

  • Refactored mutation.dart: extracted mutationActionFn and mutationActionWithParamFn helpers to eliminate duplicated logic between auto-dispose and persist variants of createMutation, createMutationPersist, createMutationWithParam, and createMutationWithParamPersist.
  • Refactored infinity_query.dart: extracted infinityQueryFn helper reused by both createInfinityQuery and createInfinityQueryPersist.
  • Minor formatting cleanup in query.dart and infinity_query.dart.

1.0.0 #

  • Initial release of ZenQuery.
  • Added ZenQuery wrapper around Riverpod.
  • Added InfinityQuery for infinite scrolling support.
  • Added Mutation support with optimistic updates.
3
likes
150
points
216
downloads

Documentation

API reference

Publisher

verified publisherzennn.dev

Weekly Downloads

Wrapper around Riverpod for powerful asynchronous state management, server-state utilities and data fetching. Inspired by TanStack Query

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, riverpod

More

Packages that depend on zenquery