prefs_guard 0.0.6 copy "prefs_guard: ^0.0.6" to clipboard
prefs_guard: ^0.0.6 copied to clipboard

discontinued

A data encyption package for Shared Prefrences

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add prefs_guard

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

dependencies:
  prefs_guard: ^0.0.6

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:prefs_guard/prefsguard.dart';
import 'package:prefs_guard/read.dart';
import 'package:prefs_guard/write.dart';
11
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A data encyption package for Shared Prefrences

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

encrypt, flutter, shared_preferences

More

Packages that depend on prefs_guard