Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 444 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 444 Bytes

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.