famedly / matrix-dart-sdk

Matrix SDK written in pure Dart.
GNU Affero General Public License v3.0
52 stars 30 forks source link

refactor: Deprecate Streams in favor of client.onSync #1813

Closed krille-chan closed 2 months ago

krille-chan commented 3 months ago

This deprecates all streams which can be created by using client.onSync anyway for a more predictable state handling in consuming apps.