Conrad33
Conrad33
I'm pretty new to this Dart stream stuff so maybe I'm missing something. But, is it possible to have a distinct ValueStream? The distinct method of the ValueStream class returns...
When the app is launched, the window flashes white before the color from `windowManager.setBackgroundColor` is applied. I found setting then window color in windows/runner/main.cpp fixes this. On line 36 of...
I have stumbled across a difference in behavior between stream.[first](https://api.flutter.dev/flutter/dart-async/Stream/first.html) and stream.[firstOrNull](https://api.flutter.dev/flutter/async/StreamExtensions/firstOrNull.html) when using timeouts with fakeAsync: ```dart // Passes as expected test('stream.first with timeout', () async { fakeAsync((FakeAsync async)...
The README of [custom_lint](https://pub.dev/packages/custom_lint) states: > By default, custom_lint enables all installed lints. But this isn't the case for solid_lints. (See #163) There is an [open issue](https://github.com/dart-lang/linter/issues/2994) for the dart...