Skip to content

Commit fdde562

Browse files
committed
chore: prepare for 3.1.0
1 parent 47a9a46 commit fdde562

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.1.0 - TODO
1+
## 3.1.0 - Oct 15, 2023
22

33
- Update dependencies
44
- `shared_preferences` to `^2.0.18`.
@@ -8,7 +8,7 @@
88

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

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

1313
## 3.0.0 - Jun 3, 2022
1414

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,6 @@ You can dispose the `RxSharedPreferences` when it is no longer needed.
240240
Just call `rxPrefs.dispose()`.
241241
Usually, you call this method on `dispose` method of a Flutter `State`.
242242

243-
> NOTE: If you use the default singleton instance (via `RxSharedPreferences.getInstance()`,
244-
> you should **not** call the `dispose` method,
245-
> must keep the instance alive for the entire lifetime of the application.
246-
247-
248243
## Example demo
249244

250245
| [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) |

0 commit comments

Comments
 (0)