meeting_place_mediator 0.0.1-dev.10 copy "meeting_place_mediator: ^0.0.1-dev.10" to clipboard
meeting_place_mediator: ^0.0.1-dev.10 copied to clipboard

Mediator SDK is a package for securely connecting and authenticating with DIDComm mediators to send and receive messages, including out-of-band invitations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add meeting_place_mediator

With Flutter:

 $ flutter pub add meeting_place_mediator

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

dependencies:
  meeting_place_mediator: ^0.0.1-dev.10

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:meeting_place_mediator/meeting_place_mediator.dart';
1
likes
160
points
966
downloads

Publisher

verified publisheraffinidi.com

Weekly Downloads

Mediator SDK is a package for securely connecting and authenticating with DIDComm mediators to send and receive messages, including out-of-band invitations.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

crypto, didcomm, dio, json_annotation, mutex, retry, ssi, uuid

More

Packages that depend on meeting_place_mediator