requests_signature_dart 1.0.2
requests_signature_dart: ^1.0.2 copied to clipboard
A Dart package for making HTTP requests with cryptographic signatures.
1.0.2 #
- Make
onResponseinterceptor method async with proper await handling. - Specify explicit
Future<void>return type foronRequestinterceptor method. - Make
_uuidfield final for immutability.
1.0.1 #
- Reference .NET library in the README.md.
1.0.0 #
- First stable deployment.
0.2.1 #
- Setup CI pipeline for deployment to dart pub hub.
0.0.1 #
- Implementing
RequestsSignatureInterceptor. - Setup CI pipeline for validating that changes are valid.