encrypt_decrypt 1.0.2
encrypt_decrypt: ^1.0.2 copied to clipboard
Encryption & Decryption for M2P
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add encrypt_decrypt
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
encrypt_decrypt: ^1.0.2
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_decrypt/encrypt_decrypt_method_channel.dart';
import 'package:encrypt_decrypt/encrypt_decrypt_platform_interface.dart';
import 'package:encrypt_decrypt/encrypt_decrypt_web.dart';
import 'package:encrypt_decrypt/encryption_decryption_config.dart';
import 'package:encrypt_decrypt/m2p_encrypttion_decryption.dart';