matrix_sdk 0.1.3 matrix_sdk: ^0.1.3 copied to clipboard
A Dart implementation of the federated communications protocol, Matrix.
0.1.3 #
- Don't check whether Store is open in LocalUser constructor
0.1.2 #
- Make Store per user
- Remove IndexedDbStore
0.1.1 #
- Export event(s)
0.1.0 #
- Add basic event support
- Use IndexedDB instead of Sembast store
- Let store support multiple
LocalUser
s - Fix equality issues
- Restructure tests, use a test room on matrix.org
- Use dotenv for username and password in tests
0.0.7 #
- Fix bug where sync would continously add duplicate rooms
0.0.6 #
- Fix sync always being initial sync
0.0.5 #
- Depend on a lower version of the meta package
0.0.4 #
- Fix syncing without store throwing exception
- Add missing meta dependency
- Add example code
- Remove unused imports