streaming_shared_preferences
streaming_shared_preferences copied to clipboard
A reactive key-value store for Flutter projects. Like shared_preferences, but with Streams.
## 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.  ## 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)