/matrix.dart

Dart implementation of the Matrix spec for decentralised communication (http://matrix.org/docs/spec/)

Primary LanguageHTMLBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

matrix

A library for Dart developers to provide decentralised communication using the Matrix spec.

Usage

A simple usage example:

import 'package:matrix/matrix.dart';

main() {
  var awesome = new Awesome();
}

Features and bugs

Please file feature requests and bugs at the issue tracker.