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

Easy encryption is a package which makes encrypting data easier. Using this package you can encrypt text data in a single line.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_encryption

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

dependencies:
  easy_encryption: ^0.0.1

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:easy_encryption/easy_encryption.dart';
8
likes
110
pub points
35%
popularity

Publisher

verified publisheryashrenwa.com

Easy encryption is a package which makes encrypting data easier. Using this package you can encrypt text data in a single line.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

basic_utils, cryptography, encrypt, flutter

More

Packages that depend on easy_encryption