Remove Pub badge from README
Removed badge for package version from README.
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
# http_get_cache
|
# http_get_cache
|
||||||
|
|
||||||
[](https://pub.dev/packages/http_get_cache)
|
|
||||||
|
|
||||||
A robust, HTTP-compliant caching library for Flutter and Dart. `http_get_cache` wraps the standard [`http`](https://pub.dev/packages/http) package to automatically cache GET requests based on `Cache-Control`, `Vary`, `ETag`, and `Last-Modified` headers.
|
A robust, HTTP-compliant caching library for Flutter and Dart. `http_get_cache` wraps the standard [`http`](https://pub.dev/packages/http) package to automatically cache GET requests based on `Cache-Control`, `Vary`, `ETag`, and `Last-Modified` headers.
|
||||||
|
|
||||||
It uses **SQLite** (via [`drift`](https://pub.dev/packages/drift)) for metadata storage and the file system for caching response bodies, ensuring separate, non-blocking storage.
|
It uses **SQLite** (via [`drift`](https://pub.dev/packages/drift)) for metadata storage and the file system for caching response bodies, ensuring separate, non-blocking storage.
|
||||||
|
|||||||
Reference in New Issue
Block a user