From 7d930a4979366218cdd0a02b4e6fc89dbc0306f0 Mon Sep 17 00:00:00 2001 From: Rody Davis <31253215+rodydavis@users.noreply.github.com> Date: Tue, 20 Jan 2026 23:24:04 -0800 Subject: [PATCH] Remove Pub badge from README Removed badge for package version from README. --- experimental/http_get_cache/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/experimental/http_get_cache/README.md b/experimental/http_get_cache/README.md index 9e5f67d..235e661 100644 --- a/experimental/http_get_cache/README.md +++ b/experimental/http_get_cache/README.md @@ -1,7 +1,5 @@ # http_get_cache -[![Pub](https://img.shields.io/pub/v/http_get_cache.svg)](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. 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.