rn_encrypt_decrypt 0.0.1
rn_encrypt_decrypt: ^0.0.1 copied to clipboard
Using RnCrypt with Native Dependency create a flutter plugin.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rn_encrypt_decryptThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
rn_encrypt_decrypt: ^0.0.1Alternatively, 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:rn_encrypt_decrypt/rn_encrypt_decrypt.dart';