matrix 0.0.1 matrix: ^0.0.1 copied to clipboard
A library for Dart developers to provide decentralised communication using the Matrix spec.
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.