reactive_preferences 0.1.0-nullsafety copy "reactive_preferences: ^0.1.0-nullsafety" to clipboard
reactive_preferences: ^0.1.0-nullsafety copied to clipboard

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.1.0-nullsafety

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
110
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_async_builder, rxdart, shared_preferences

More

Packages that depend on reactive_preferences