Skip to content

Commit 7a3368a

Browse files
committed
chore: prepare for v3.0.0 (Jul 19, 2024)
1 parent 2b4c790 commit 7a3368a

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.0.0 - Jul 19, 2024
2+
3+
- Update dependencies
4+
- `rxdart_ext` to `^0.3.0` (~ `rxdart` to `^0.28.0`).
5+
16
## 2.1.0 - Oct 4, 2023
27

38
- Accept `Dart SDK` versions above 3.0.

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,23 @@
22

33
Reactive storage for Dart/Flutter. RxDart Storage for Dart/Flutter.
44

5-
## Author: [Petrus Nguyễn Thái Học](https://github.com/hoc081098)
6-
7-
Liked some of my work? Buy me a coffee (or more likely a beer)
8-
9-
<a href="https://www.buymeacoffee.com/hoc081098" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png" alt="Buy Me A Coffee" height=64></a>
5+
## [rx_shared_preferences](https://github.com/hoc081098/rx_shared_preferences) is an extension of this package, check it out!
106

7+
## Author: [Petrus Nguyễn Thái Học](https://github.com/hoc081098)
118
[![Pub Version](https://img.shields.io/pub/v/rx_storage?style=flat)](https://pub.dev/packages/rx_storage)
129
[![Pub Version](https://img.shields.io/pub/v/rx_storage?style=flat&include_prereleases)](https://pub.dev/packages/rx_storage)
1310
[![codecov](https://codecov.io/gh/Flutter-Dart-Open-Source/rx_storage/branch/master/graph/badge.svg?token=6eORcR6Web)](https://codecov.io/gh/Flutter-Dart-Open-Source/rx_storage)
1411
[![Dart CI](https://github.com/Flutter-Dart-Open-Source/rx_storage/actions/workflows/dart.yml/badge.svg)](https://github.com/Flutter-Dart-Open-Source/rx_storage/actions/workflows/dart.yml)
1512
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1613
[![Style](https://img.shields.io/badge/style-pedantic-40c4ff.svg)](https://github.com/dart-lang/pedantic)
1714

18-
## Note: [rx_shared_preferences](https://github.com/hoc081098/rx_shared_preferences) is an extension of this package.
15+
<p align="center">
16+
<img src="https://github.com/Flutter-Dart-Open-Source/rx_storage/blob/master/screenshots/logo.png?raw=true" height="200" alt="RxDart" />
17+
</p>
18+
19+
Liked some of my work? Buy me a coffee (or more likely a beer).
20+
21+
<a href="https://www.buymeacoffee.com/hoc081098" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png" alt="Buy Me A Coffee" height=64></a>
1922

2023
## More detail about returned `Stream`
2124

pubspec.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: rx_storage
22
description: Reactive storage for Dart/Flutter. RxDart Storage for Dart/Flutter.
3-
version: 2.1.0
3+
version: 3.0.0
44
homepage: https://github.com/Flutter-Dart-Open-Source/rx_storage.git
55
repository: https://github.com/Flutter-Dart-Open-Source/rx_storage.git
66
issue_tracker: https://github.com/Flutter-Dart-Open-Source/rx_storage/issues
@@ -27,3 +27,7 @@ dev_dependencies:
2727
lints: ^1.0.1
2828
test: ^1.17.12
2929
collection: ^1.16.0
30+
31+
screenshots:
32+
- description: The RxDart package logo.
33+
path: screenshots/logo.png

screenshots/logo.png

53.5 KB
Loading

0 commit comments

Comments
 (0)