libaqueous 0.0.6 copy "libaqueous: ^0.0.6" to clipboard
libaqueous: ^0.0.6 copied to clipboard

outdated

A Dart SDK for writing Matrix bots, clients, web apps, etc. Targets Flutter, web and Dart VM.

libaqueous #

A Matrix SDK in Dart!

Currently it targets Flutter, web and Dart VM platforms.

Usage #

  1. Set up store
final store = SembastStore();
await store.open();
  1. Construct and load client
final client = Client(homeserver, username, token, store);
await client.loadFromStore();
  1. Register handler
EventHandler.eventBus.on<RoomNewEvent>().listen((e) {
  print(e.event);
});
  1. Sync
client.startSync();

Features and Bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A Dart SDK for writing Matrix bots, clients, web apps, etc. Targets Flutter, web and Dart VM.

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

chopper, collection, json_annotation, path, rxdart, sembast

More

Packages that depend on libaqueous