flutter_api_request_guard 1.0.1
flutter_api_request_guard: ^1.0.1 copied to clipboard
A lightweight Dart and Flutter package for preventing duplicate API requests, caching successful responses, and retrying failed requests.
1.0.1 #
- Initial stable release.
- Added duplicate request prevention.
- Added in-memory caching.
- Added cache expiration.
- Added request retry support.
- Added cache management APIs.