📄️ Overview
Fl-Query is a asynchronous data manager for Flutter that caches, fetches, automatically refetches stale data. Basically, its Tanstack-Query (formerly React-Query) but for Flutter. But that doesn't mean it's a direct port of Tanstack-Query. Instead the concept of Tanstack-Query is implemented by Fl-Query
📄️ Installation
Fl-Query is just another Flutter "package" so no extra installation step needed just install it straight from https://pub.dev
📄️ Quick Start
This is a simple & dummy example that covers the usage of