query_stack 1.0.0 query_stack: ^1.0.0 copied to clipboard
Powerful, yet simple, asynchronous state management for Flutter
Query Stack #
A simple yet powerful state management that makes fetching, caching, synchronizing and updating state in your Flutter applications a breeze.
Inspired by React Query #
This package is inspired by the TanStack Query.
Features #
- Integrated dependency injection system.
- Easy to use.
- Promotes SOLID design patterns and Clean Architecture.
- Promotes DRY pattern and the creation of domain plugins (i.e.: once an authentication plugin is created, it's highly reusable in other apps).
Check the example project for details.