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

A Preferences service with secure storage capabilities

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add potatoes_secured_preferences

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 dart pub get):

dependencies:
  potatoes_secured_preferences: ^1.0.0

Alternatively, your editor might support dart pub get or 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';