synchronous_stream 1.0.2
synchronous_stream: ^1.0.2 copied to clipboard
Synchronous notifier that implements `StreamController` variant with O(1) broadcast unsubscription (swap-remove) and compact tagged queues (pre-listen/pause) with lazy stack-trace capture and allocati [...]
Changelog #
1.0.1 - 2025-08-30 #
Bug Fixes #
- (ci) main branch name - (a58ea56)
- (ci) target branch to main - (840bdbd)
- (example) simplified example - (4cf3b7a)
- (format) tests - (c8a991c)
- (pubspec) bump sdk version - (e7c5f84)
- (pubspec) test version lower - (b2cc1c8)
- (readme) misspelling - (8fdb3f8)
- (readme) updated description - (b96f424)
- format to 100 per line - (cd01deb)
Features #
- (impl) split impl into file - (9c40b99)
Miscellaneous Chores #
1.0.0 #
- Initial version.