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

outdated

Encrypted SharedPreferences for critical data.

Use this package as a library

Depend on it

Run this command:

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

dependencies:
  encrypt_shared_preferences: ^0.1.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:encrypt_shared_preferences/enc_shared_pref.dart';
import 'package:encrypt_shared_preferences/encryptor.dart';
import 'package:encrypt_shared_preferences/exp.dart';
import 'package:encrypt_shared_preferences/listener.dart';
import 'package:encrypt_shared_preferences/stream_data.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