matrix_sdk_sqflite 0.1.9 copy "matrix_sdk_sqflite: ^0.1.9" to clipboard
matrix_sdk_sqflite: ^0.1.9 copied to clipboard

discontinued
outdated

A Sqflite store implementation for the Matrix Dart SDK.

Matrix Dart SDK Sqflite #

A sqflite store implementation for the Matrix Dart SDK.

This store is only usable on Flutter.

Usage #

final store = SqfliteStore(path: 'matrix.sqlite');

final hs = Homeserver(Uri.parse("https://matrix.org"));
final user = await hs.login(Username("joe"), "badPassword", store: store);
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A Sqflite store implementation for the Matrix Dart SDK.

Repository
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, matrix_sdk, sqflite

More

Packages that depend on matrix_sdk_sqflite