affinidi_tdk_test_utilities 1.0.0-dev.2
affinidi_tdk_test_utilities: ^1.0.0-dev.2 copied to clipboard
The Affinidi TDK - Utilities package provides the libraries to mock requests for testing.
Affinidi TDK - Test Utilities #
The Affinidi TDK - Utilities package provides the libraries to mock requests for testing.
This package is still in EXPERIMENTAL status.
IMPORTANT: This project does not collect or process any personal data. However, when used as part of a broader system or application that handles personally identifiable information (PII), users are responsible for ensuring that any such use complies with applicable privacy laws and data protection obligations.
Requirements #
- Dart SDK version ^3.6.0
Installation #
Run:
dart pub add affinidi_tdk_test_utilities
or manually add the package to your pubspec.yaml
file:
dependencies:
affinidi_tdk_test_utilities: ^<version_number>
and then run the command below to install the package:
dart pub get
For more information, visit the pub.dev install page of the Affinidi TDK - Consumer Auth Provider package.