streaming_shared_preferences icon indicating copy to clipboard operation
streaming_shared_preferences copied to clipboard

A reactive key-value store for Flutter projects. Like shared_preferences, but with Streams.

Results 8 streaming_shared_preferences issues
Sort by recently updated
recently updated
newest added

## Description I get `MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences_macos)` error when running the tests of this repository. ![image](https://user-images.githubusercontent.com/24459435/164994811-79e78a35-526a-4912-b44f-042493190c8c.png) ## Steps to reproduce ``` git clone https://github.com/roughike/streaming_shared_preferences.git...

## Description When running `flutter pub get` in the example, you will get this warning: ``` ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Warning ────────────────────────────────────────────────────────────────────────────── Your Flutter application is created using an older version of the...

Is there a reason why defaultValue can't be null? Providing default values for all preferences is unintuitive ('' for a string instead of null) or for custom types can be...

Hello, There is a containsKey method in shared preferences. Is the method not available for StreamingSharedPreferences? Thank you

Added support for enums

I like the PreferenceBuilder a lot. It would be even better if there would be a MultiPreferenceBuilder that allows to listen on multiple changing values, probably with Rx.combineLatest. It is...

Hello @roughike, Please share a example for storing and retriving JSON object or any custom class. There is this adapter thing that i cant grasp the concept of. [hjlabs.in](https://hjlabs.in)