affinidi_tdk_test_utilities 1.2.0
affinidi_tdk_test_utilities: ^1.2.0 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.
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.