diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e27781..fbcd317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.0.0 - Jul 19, 2024 + +- Update dependencies + - `rxdart_ext` to `^0.3.0` (~ `rxdart` to `^0.28.0`). + ## 2.1.0 - Oct 4, 2023 - Accept `Dart SDK` versions above 3.0. diff --git a/README.md b/README.md index 2e552b1..03dae8c 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,9 @@ Reactive storage for Dart/Flutter. RxDart Storage for Dart/Flutter. -## Author: [Petrus Nguyễn Thái Học](https://github.com/hoc081098) - -Liked some of my work? Buy me a coffee (or more likely a beer) - -Buy Me A Coffee +## [rx_shared_preferences](https://github.com/hoc081098/rx_shared_preferences) is an extension of this package, check it out! +## Author: [Petrus Nguyễn Thái Học](https://github.com/hoc081098) [![Pub Version](https://img.shields.io/pub/v/rx_storage?style=flat)](https://pub.dev/packages/rx_storage) [![Pub Version](https://img.shields.io/pub/v/rx_storage?style=flat&include_prereleases)](https://pub.dev/packages/rx_storage) [![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) @@ -15,7 +12,13 @@ Liked some of my work? Buy me a coffee (or more likely a beer) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Style](https://img.shields.io/badge/style-pedantic-40c4ff.svg)](https://github.com/dart-lang/pedantic) -## Note: [rx_shared_preferences](https://github.com/hoc081098/rx_shared_preferences) is an extension of this package. +

+RxDart +

+ +Liked some of my work? Buy me a coffee (or more likely a beer). + +Buy Me A Coffee ## More detail about returned `Stream` diff --git a/pubspec.yaml b/pubspec.yaml index ce8655b..7075f97 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rx_storage description: Reactive storage for Dart/Flutter. RxDart Storage for Dart/Flutter. -version: 2.1.0 +version: 3.0.0 homepage: https://github.com/Flutter-Dart-Open-Source/rx_storage.git repository: https://github.com/Flutter-Dart-Open-Source/rx_storage.git issue_tracker: https://github.com/Flutter-Dart-Open-Source/rx_storage/issues @@ -27,3 +27,7 @@ dev_dependencies: lints: ^1.0.1 test: ^1.17.12 collection: ^1.16.0 + +screenshots: + - description: The RxDart package logo. + path: screenshots/logo.png \ No newline at end of file diff --git a/screenshots/logo.png b/screenshots/logo.png new file mode 100644 index 0000000..1ba0f82 Binary files /dev/null and b/screenshots/logo.png differ