Go to file
Christian Pauly bb10adef79 Initial commit 2020-12-28 12:01:03 +01:00
example Initial commit 2020-12-28 12:01:03 +01:00
lib Initial commit 2020-12-28 12:01:03 +01:00
test Initial commit 2020-12-28 12:01:03 +01:00
.gitignore Initial commit 2020-12-28 12:01:03 +01:00
.gitlab-ci.yml Initial commit 2020-12-28 12:01:03 +01:00
CHANGELOG.md Initial commit 2020-12-28 12:01:03 +01:00
CONTRIBUTING.md Initial commit 2020-12-28 12:01:03 +01:00
LICENSE Initial commit 2020-12-28 12:01:03 +01:00
README.md Initial commit 2020-12-28 12:01:03 +01:00
analysis_options.yaml Initial commit 2020-12-28 12:01:03 +01:00
pubspec.yaml Initial commit 2020-12-28 12:01:03 +01:00

README.md

A library for Dart developers.

Created from templates made available by Stagehand under a BSD-style license.

Usage

A simple usage example:

import 'package:matrix_api_lite/matrix_api_lite.dart';

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

Features and bugs

Please file feature requests and bugs at the issue tracker.