Yakov K.
Yakov K.
Hello, folks! I've opened an [issue](https://github.com/dart-lang/tools/issues/1780) in the stream_transform package about adding the `exhaustMap` Stream extension. The `droppable` concurrency mode currently uses a custom implementation of this transformer, and since...
Hi! [In Dart version `2.14` class `Object` obtained a new static method – `hashAll`.](https://api.dart.dev/stable/2.14.1/dart-core/Object/hashAll.html) [It is a recommended method of computing a hash of multiple objects since the bitwise XOR...
Hi @felangel! **Description** There are a few common patterns that are used across `Bloc`s and `Cubit`s that require quite a few lines of boilerplate code and are error-prone. They are...
**Please describe what the rule should do:** The rule should suggest swapping the `extends` keyword to the `implements` keyword if the class that is being extended follows two rules: 1)...
Hello folks. Seeing that this package could potentially be merged into `package:async`, got me thinking about what features it lacks for my personal usage to completely replace the RxDart package....
Setup stub observers with loggers for all available sources. This includes: - [x] Creation of dependencies - [x] BLoC - [x] HTTP requests - [ ] Widget-layer events / user...