meeting_place_matrix 0.0.1-dev.12 copy "meeting_place_matrix: ^0.0.1-dev.12" to clipboard
meeting_place_matrix: ^0.0.1-dev.12 copied to clipboard

Matrix transport implementation for the Meeting Place SDK. Provides MatrixTransport (implements MeetingPlaceTransport), MatrixService, and MatrixMeetingPlaceSDK factory.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add meeting_place_matrix

With Flutter:

 $ flutter pub add meeting_place_matrix

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

dependencies:
  meeting_place_matrix: ^0.0.1-dev.12

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_matrix/meeting_place_matrix.dart';
0
likes
160
points
1.09k
downloads

Documentation

API reference

Publisher

verified publisheraffinidi.com

Weekly Downloads

Matrix transport implementation for the Meeting Place SDK. Provides MatrixTransport (implements MeetingPlaceTransport), MatrixService, and MatrixMeetingPlaceSDK factory.

Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (license)

Dependencies

collection, crypto, dio, matrix, meeting_place_chat, meeting_place_control_plane, meeting_place_core, meeting_place_credentials, meta, ssi, uuid, vodozemac

More

Packages that depend on meeting_place_matrix