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

A flutter plugin project for encryption and decrytion which support both ios and android.

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.5

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
30
pub points
54%
popularity

Publisher

unverified uploader

A flutter plugin project for encryption and decrytion which support both ios and android.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on cipher2