File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1- ## 3.1.0 - TODO
1+ ## 3.1.0 - Oct 15, 2023
22
33- Update dependencies
44 - ` shared_preferences ` to ` ^2.0.18 ` .
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
Original file line number Diff line number Diff line change @@ -240,11 +240,6 @@ You can dispose the `RxSharedPreferences` when it is no longer needed.
240240Just call `rxPrefs.dispose()`.
241241Usually, 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) |
You can’t perform that action at this time.
0 commit comments