meeting_place_core 0.0.1-dev.17 copy "meeting_place_core: ^0.0.1-dev.17" to clipboard
meeting_place_core: ^0.0.1-dev.17 copied to clipboard

The core Meeting Place package that implements Control Plane API and Mediator capabilities, including multi-identity management for enhanced privacy and anonymity.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add meeting_place_core

With Flutter:

 $ flutter pub add meeting_place_core

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

dependencies:
  meeting_place_core: ^0.0.1-dev.17

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_core/meeting_place_core.dart';
5
likes
150
points
1.35k
downloads

Publisher

verified publisheraffinidi.com

Weekly Downloads

The core Meeting Place package that implements Control Plane API and Mediator capabilities, including multi-identity management for enhanced privacy and anonymity.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, crypto, crypto_keys_plus, didcomm, json_annotation, meeting_place_control_plane, meeting_place_mediator, meta, mutex, proxy_recrypt, retry, ssi, uuid

More

Packages that depend on meeting_place_core