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
150
points
393
downloads

Documentation

API reference

Publisher

verified publisherivoleitao.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

flutter, meta, shared_preferences, stash

More

Packages that depend on stash_shared_preferences