meeting_place_chat 0.0.1-dev.29 copy "meeting_place_chat: ^0.0.1-dev.29" to clipboard
meeting_place_chat: ^0.0.1-dev.29 copied to clipboard

Chat SDK is a package that provides secure, end-to-end encrypted messaging using Decentralised Identifiers (DID) and DIDComm v2.1 protocol.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add meeting_place_chat

With Flutter:

 $ flutter pub add meeting_place_chat

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

dependencies:
  meeting_place_chat: ^0.0.1-dev.29

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_chat/meeting_place_chat.dart';
2
likes
160
points
808
downloads

Publisher

verified publisheraffinidi.com

Weekly Downloads

Chat SDK is a package that provides secure, end-to-end encrypted messaging using Decentralised Identifiers (DID) and DIDComm v2.1 protocol.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, crypto, didcomm, json_annotation, meeting_place_core, meta, uuid

More

Packages that depend on meeting_place_chat