Skip to content

Commit 9f2d2df

Browse files
committed
🎨 update documentation to include StreamBuilder usage and adjust badge links
1 parent 381205b commit 9f2d2df

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

packages/hyper_storage/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,14 @@
55
<img src="https://img.shields.io/pub/v/hyper_storage?label=pub.dev&labelColor=333940&logo=dart&color=00589B">
66
</a>
77
<a href="https://github.com/hyper-designed/hyper_storage/actions/workflows/test.yml">
8-
<img src="https://img.shields.io/github/actions/workflow/status/hyper-designed/hyper_storage/test.yml?branch=main&label=tests&labelColor=333940&logo=github">
8+
<img src="https://img.shields.io/github/actions/workflow/status/hyper-designed/hyper_storage/test.yml?branch=main&label=tests&labelColor=333940">
99
</a>
1010
<a href="https://app.codecov.io/gh/hyper-designed/hyper_storage">
1111
<img src="https://img.shields.io/codecov/c/github/hyper-designed/hyper_storage?logo=codecov&logoColor=fff&labelColor=333940">
1212
</a>
1313
<br/>
14-
<a href="https://twitter.com/birjuvachhani">
15-
<img src="https://img.shields.io/badge/follow-%40birjuvachhani-1DA1F2?style=flat&label=follow&color=1DA1F2&labelColor=333940&logo=twitter&logoColor=fff">
16-
</a>
17-
<a href="https://twitter.com/saadardati">
18-
<img src="https://img.shields.io/badge/follow-%40saadardati-F0A1F2?style=flat&label=follow&color=0F77dd&labelColor=333940&logo=twitter&logoColor=fff">
14+
<a href="https://github.com/hyper-designed/hyper_storage/actions/workflows/quality.yml">
15+
<img src="https://img.shields.io/github/actions/workflow/status/hyper-designed/hyper_storage/quality.yml?branch=main&label=Code%20Quality&labelColor=333940">
1916
</a>
2017
<a href="https://github.com/hyper-designed/hyper_storage">
2118
<img src="https://img.shields.io/github/stars/hyper-designed/hyper_storage?style=flat&label=stars&labelColor=333940&color=8957e5&logo=github">

packages/hyper_storage/docs/reactivity.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- [Streaming Item Holder Changes](#streaming-item-holder-changes)
77
- [Converting Item Holder to a ValueNotifier](#converting-item-holder-to-a-valuenotifier)
88
- [Streaming key changes](#streaming-key-changes)
9+
- [Using Streams with Flutter's StreamBuilder](#using-streams-with-flutters-streambuilder)
910
- [Streaming with Serializable Containers](#streaming-with-serializable-containers)
1011

1112
## Reactivity

0 commit comments

Comments
 (0)