encrypt_shared_preferences 0.3.7 copy "encrypt_shared_preferences: ^0.3.7" to clipboard
encrypt_shared_preferences: ^0.3.7 copied to clipboard

Encrypted SharedPreferences for critical data.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add encrypt_shared_preferences

With Flutter:

 $ flutter pub add encrypt_shared_preferences

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

dependencies:
  encrypt_shared_preferences: ^0.3.7

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:encrypt_shared_preferences/provider.dart';
42
likes
0
points
8.12k
downloads

Publisher

unverified uploader

Weekly Downloads

Encrypted SharedPreferences for critical data.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

encrypt, flutter, shared_preferences

More

Packages that depend on encrypt_shared_preferences