Skip to content

Commit

Permalink
chore: prepare for 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Oct 15, 2023
1 parent 47a9a46 commit fdde562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.1.0 - TODO
## 3.1.0 - Oct 15, 2023

- Update dependencies
- `shared_preferences` to `^2.0.18`.
Expand All @@ -8,7 +8,7 @@

- Change `Dart SDK` constraint to `'>=2.17.0 <4.0.0'`.

- Deprecate all `executeUpdate...` extension methods, use `update...` instead.
- Deprecate all `executeUpdate...` extension methods, use `update...`s instead.

## 3.0.0 - Jun 3, 2022

Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,6 @@ You can dispose the `RxSharedPreferences` when it is no longer needed.
Just call `rxPrefs.dispose()`.
Usually, you call this method on `dispose` method of a Flutter `State`.

> NOTE: If you use the default singleton instance (via `RxSharedPreferences.getInstance()`,
> you should **not** call the `dispose` method,
> must keep the instance alive for the entire lifetime of the application.


## Example demo

| [Simple authentication app with `BLoC rxdart pattern`](https://github.com/hoc081098/node-auth-flutter-BLoC-pattern-RxDart.git) | [Build ListView from Stream using `RxSharedPreferences`](https://github.com/hoc081098/rx_shared_preferences/tree/master/example) | [Change theme and locale (language) runtime](https://github.com/hoc081098/bloc_rxdart_playground/tree/master/flutter_change_theme) |
Expand Down

0 comments on commit fdde562

Please sign in to comment.