requests_signature_dart 1.0.1 copy "requests_signature_dart: ^1.0.1" to clipboard
requests_signature_dart: ^1.0.1 copied to clipboard

A Dart package for making HTTP requests with cryptographic signatures.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add requests_signature_dart

With Flutter:

 $ flutter pub add requests_signature_dart

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

dependencies:
  requests_signature_dart: ^1.0.1

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:requests_signature_dart/requests_signature_dart.dart';
4
likes
160
points
76
downloads

Publisher

verified publishernventive.com

Weekly Downloads

A Dart package for making HTTP requests with cryptographic signatures.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

crypto, cryptography, dio, http, uuid

More

Packages that depend on requests_signature_dart