rx_shared_preferences 1.3.2
rx_shared_preferences: ^1.3.2 copied to clipboard
Rxdart streaming shared preferences. Reactive stream rxdart wrapper around SharedPreferences. A stream based wrapper over shared_preferences, allowing reactive key-value storage.
1.3.2 Oct 10, 2020 #
-
Add extension:
RxSharedPreferences get rxforSharedPreferences. This allows writing concise code like this:sharedPreferences.rx.getStringStream('key'). -
Allows changing logger for default singleton instance or extension:
RxSharedPreferencesConfig.logger = ...; -
Internal implementation refactor.
1.3.1 May 29, 2020 #
- Update docs.
1.3.0 May 28, 2020 #
- Breaking change: returned stream is a single-subscription stream.
- Internal implementation refactor.
1.2.0 Apr 20, 2020 #
- Breaking change: support for
rxdart0.24.x. - Now, returned stream is broadcast stream.
- Reset default singleton instance after disposing it.
- Internal implementation refactor.
1.1.1+1 Jan 29, 2020 #
- Update
descriptioninpubspec.yaml.
1.1.1 Jan 29, 2020 #
- Add
getKeysStreammethod toIRxSharedPreferences. - Add constructor
RxSharedPreferences.getInstance()that returns default singletonRxSharedPreferencesinstance. - Internal implementation refactor & fix default logger.
1.1.0 Dec 18, 2019 #
- Update dependencies.
- Now
IRxSharedPreferences's methods returnStreaminstead ofObservable.
1.0.3+2 Oct 7, 2019 #
- Update dependencies.
1.0.3+1 Aug 9, 2019 #
- Update README.md.
1.0.3 Aug 9, 2019 #
- Publish new name package (previous name is rx_shared_preference).