api_repo 0.0.5
api_repo: ^0.0.5 copied to clipboard
Flutter package providing a simple, configurable API caching layer with pluggable storage and cache policies to speed up network calls and reduce redundant requests.
0.0.5 #
onRequestnow returnsFuture<T?>with optionalonDatafor one-time or streaming usage- Added
onErrorcallback
0.0.4 #
- Added custom storage manager support (LocalStorageManager)
- Updated documentation
0.0.3 #
- Resolved issue in example
- Updated documentation
0.0.2 #
- Simplified setup
- Added single shared instance of shared_preferences
0.0.1 #
- Create package
- Added example
- Updated documentation