encrypt_shared_pref 0.0.1 copy "encrypt_shared_pref: ^0.0.1" to clipboard
encrypt_shared_pref: ^0.0.1 copied to clipboard

Simple to use yet powerful package to encrypt shared preferences in android iOS and web.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add encrypt_shared_pref
copied to clipboard

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

dependencies:
  encrypt_shared_pref: ^0.0.1
copied to clipboard

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_pref/encrypt_shared_pref.dart';
copied to clipboard
10
likes
140
points
80
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.06 - 2025.01.18

Simple to use yet powerful package to encrypt shared preferences in android iOS and web.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

encrypt, flutter, flutter_secure_storage

More

Packages that depend on encrypt_shared_pref