meeting_place_chat 0.0.1-dev.29
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_chatWith Flutter:
$ flutter pub add meeting_place_chatThis 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.29Alternatively, 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';