meeting_place_mediator 0.0.1-dev.10
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_mediatorWith Flutter:
$ flutter pub add meeting_place_mediatorThis 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.10Alternatively, 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';