batch_fetcher 0.1.0
batch_fetcher: ^0.1.0 copied to clipboard
Coalesces per-item value lookups into batched requests, with debouncing, per-id caching, retry with backoff, and typed per-id state.
0.1.0 #
- Initial release:
BatchFetcher,BatchScope,BatchKey,BatchOutcome, the sealedFetchEntrystates,RetryPolicy/ExponentialBackoff/NoRetry,SettlePolicy/SettleWhen,BatchFetcherConfig,BatchFetcherObserverand the injectedClock. - Adds the
batch_fetcher_testinglibrary:FakeClock,ScriptedRequestandRecordingObserver. No new dependencies — it works under bothtestandflutter_test.