potatoes_secured_preferences 1.0.3 copy "potatoes_secured_preferences: ^1.0.3" to clipboard
potatoes_secured_preferences: ^1.0.3 copied to clipboard

A Preferences service with secure storage capabilities

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add potatoes_secured_preferences

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

dependencies:
  potatoes_secured_preferences: ^1.0.3

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:potatoes_secured_preferences/potatoes_secured_preferences.dart';