secure_compressor 1.0.10 copy "secure_compressor: ^1.0.10" to clipboard
secure_compressor: ^1.0.10 copied to clipboard

This is a Dart package that provides utilities for securely encrypting, decrypting, compressing, and decompressing string data using AES encryption and gzip compression

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add secure_compressor

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

dependencies:
  secure_compressor: ^1.0.10

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:secure_compressor/secure_compressor.dart';
4
likes
150
points
143
downloads

Publisher

unverified uploader

Weekly Downloads

This is a Dart package that provides utilities for securely encrypting, decrypting, compressing, and decompressing string data using AES encryption and gzip compression

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

encrypt, flutter, get_storage, path_provider, plugin_platform_interface, share_plus

More

Packages that depend on secure_compressor

Packages that implement secure_compressor