reactive_preferences 0.0.3+2 copy "reactive_preferences: ^0.0.3+2" to clipboard
reactive_preferences: ^0.0.3+2 copied to clipboard

outdated

Wrapper for shared_preferences which adds the ability to listen to preference changes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add reactive_preferences

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

dependencies:
  reactive_preferences: ^0.0.3+2

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:reactive_preferences/reactive_preferences.dart';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Wrapper for shared_preferences which adds the ability to listen to preference changes.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_async_builder, rxdart, shared_preferences

More

Packages that depend on reactive_preferences