rx_shared_preference 1.0.0+1 copy "rx_shared_preference: ^1.0.0+1" to clipboard
rx_shared_preference: ^1.0.0+1 copied to clipboard

discontinued
outdated

Shared preference with RxDart Stream observation. Reactive shared preferences for Flutter. Reactive stream wrapper around SharedPreferences.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rx_shared_preference

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  rx_shared_preference: ^1.0.0+1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rx_shared_preference/rx_shared_preference.dart';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Shared preference with RxDart Stream observation. Reactive shared preferences for Flutter. Reactive stream wrapper around SharedPreferences.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, rxdart, shared_preferences

More

Packages that depend on rx_shared_preference