string_encryption 2.0.5 copy "string_encryption: ^2.0.5" to clipboard
string_encryption: ^2.0.5 copied to clipboard

discontinued

Cross-platform string encryption using common best-practices.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add string_encryption

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

dependencies:
  string_encryption: ^2.0.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:string_encryption/string_encryption.dart';
4
likes
130
pub points
47%
popularity

Publisher

unverified uploader

Cross-platform string encryption using common best-practices.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on string_encryption