aws_encryption_sdk 0.1.0 copy "aws_encryption_sdk: ^0.1.0" to clipboard
aws_encryption_sdk: ^0.1.0 copied to clipboard

outdated

An implementation of the AWS Encryption SDK in Dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add aws_encryption_sdk

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

dependencies:
  aws_encryption_sdk: ^0.1.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:aws_encryption_sdk/aws_encryption_sdk.dart';