repository_shared_preferences 2.0.0 copy "repository_shared_preferences: ^2.0.0" to clipboard
repository_shared_preferences: ^2.0.0 copied to clipboard

discontinued

A simple repository-based wrapper around the shared preferences.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add repository_shared_preferences

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

dependencies:
  repository_shared_preferences: ^2.0.0

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

Publisher

unverified uploader

A simple repository-based wrapper around the shared preferences.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, repository, rxdart, shared_preferences

More

Packages that depend on repository_shared_preferences