Skip to content

Commit 30badec

Browse files
committed
chore: Add badges to README.md.
1 parent 201a0ce commit 30badec

File tree

7 files changed

+15
-0
lines changed

7 files changed

+15
-0
lines changed

http_cache_client/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![pub package](https://img.shields.io/pub/v/http_cache_client.svg)](https://pub.dev/packages/http_cache_client)
2+
[![codecov](https://codecov.io/gh/llfbandit/dart_http_cache/graph/badge.svg?token=QQQIXO7VZI)](https://codecov.io/gh/llfbandit/dart_http_cache)
3+
14
HTTP cache client with multiple stores respecting HTTP directives (or not).
25

36
Also available as interceptor for [dio package](https://pub.dev/packages/dio_cache_interceptor).

http_cache_drift_store/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![pub package](https://img.shields.io/pub/v/http_cache_drift_store.svg)](https://pub.dev/packages/http_cache_drift_store)
2+
13
# http_cache_drift_store
24

35
Drift cache store implementation for:

http_cache_file_store/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![pub package](https://img.shields.io/pub/v/http_cache_file_store.svg)](https://pub.dev/packages/http_cache_file_store)
2+
13
# http_cache_file_store
24

35
File system cache store implementation for:

http_cache_hive_store/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![pub package](https://img.shields.io/pub/v/http_cache_hive_store.svg)](https://pub.dev/packages/http_cache_hive_store)
2+
13
# http_cache_hive_store
24

35
Hive cache store implementation with hive_ce for:

http_cache_isar_store/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![pub package](https://img.shields.io/pub/v/http_cache_isar_store.svg)](https://pub.dev/packages/http_cache_isar_store)
2+
13
# http_cache_isar_store
24

35
Isar cache store implementation for:

http_cache_objectbox_store/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![pub package](https://img.shields.io/pub/v/http_cache_objectbox_store.svg)](https://pub.dev/packages/http_cache_objectbox_store)
2+
13
# http_cache_objectbox_store
24

35
ObjectBox cache store implementation for:

http_cache_sembast_store/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![pub package](https://img.shields.io/pub/v/http_cache_sembast_store.svg)](https://pub.dev/packages/http_cache_sembast_store)
2+
13
## http_cache_sembast_store
24

35
Sembast cache store implementation for:

0 commit comments

Comments
 (0)