aes_gcm_plugin 0.0.1 copy "aes_gcm_plugin: ^0.0.1" to clipboard
aes_gcm_plugin: ^0.0.1 copied to clipboard

The AES-GCM Flutter Encryption Plugin provides seamless encryption and decryption functionality for Flutter applications using the AES-GCM (Advanced Encryption Standard - Galois/Counter Mode) algorith [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add aes_gcm_plugin

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

dependencies:
  aes_gcm_plugin: ^0.0.1

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:aes_gcm_plugin/aes_gcm_plugin.dart';
2
likes
130
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

The AES-GCM Flutter Encryption Plugin provides seamless encryption and decryption functionality for Flutter applications using the AES-GCM (Advanced Encryption Standard - Galois/Counter Mode) algorithm. AES-GCM is a widely used encryption standard known for its security and efficiency.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on aes_gcm_plugin

Packages that implement aes_gcm_plugin