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

This is to make the storage much more easy, you can now save the models to local storage by calling a single function. And guess what, its also encrypted!

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add encrypted_prefs

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

dependencies:
  encrypted_prefs: ^1.0.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:encrypted_prefs/encrypted_prefs.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

This is to make the storage much more easy, you can now save the models to local storage by calling a single function. And guess what, its also encrypted!

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

encrypt, flutter, flutter_string_encryption, shared_preferences

More

Packages that depend on encrypted_prefs