stash_shared_preferences 5.2.0 copy "stash_shared_preferences: ^5.2.0" to clipboard
stash_shared_preferences: ^5.2.0 copied to clipboard

Shared preferences extension for the stash API. Provides support to store vaults and caches in shared preferences

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stash_shared_preferences

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

dependencies:
  stash_shared_preferences: ^5.2.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:stash_shared_preferences/stash_shared_preferences.dart';
0
likes
140
pub points
57%
popularity

Publisher

verified publisherivoleitao.dev

Shared preferences extension for the stash API. Provides support to store vaults and caches in shared preferences

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, meta, shared_preferences, stash

More

Packages that depend on stash_shared_preferences