dkokic / matrix.dart

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:HTML 50.6%Language:Dart 44.4%Language:CSS 5.0%