cipher2 0.3.0 copy "cipher2: ^0.3.0" to clipboard
cipher2: ^0.3.0 copied to clipboard

outdated

A plugin for AES encrytion and decrytion.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cipher2

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

dependencies:
  cipher2: ^0.3.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:cipher2/cipher2.dart';
10
likes
0
pub points
55%
popularity

Publisher

unverified uploader

A plugin for AES encrytion and decrytion.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on cipher2