aws_signature_v4 0.5.2 copy "aws_signature_v4: ^0.5.2" to clipboard
aws_signature_v4: ^0.5.2 copied to clipboard

Dart implementation of the AWS Signature Version 4 algorithm, for communication with AWS services.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add aws_signature_v4

With Flutter:

 $ flutter pub add aws_signature_v4

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

dependencies:
  aws_signature_v4: ^0.5.2

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

Import it

Now in your Dart code, you can use:

import 'package:aws_signature_v4/aws_signature_v4.dart';
14
likes
140
pub points
93%
popularity

Publisher

verified publisheraws-amplify.com

Dart implementation of the AWS Signature Version 4 algorithm, for communication with AWS services.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

async, aws_common, collection, convert, crypto, json_annotation, meta, path

More

Packages that depend on aws_signature_v4