David Bucienski
David Bucienski
@natebosch Glad you're looking to add this feature to Dart. I've been so impressed with Dart, up until now. I just spent a bunch of time trying to add a...
> Depending on the API though, you can workaround this by interrupting the stream in between. Perhaps using something like `.takeUntil` from `package:stream_transform` > If the stream is interrupted does...
> ```dart > await response.stream.map(showDownloadProgress).takeUntil(cancelFuture).pipe(out); > ``` I don't see how onPressed inside an IconButton could trigger cancelFuture.
When creating a new Flutter project the default project is a counter app. I started with that app and added Isar to it. I got it working, but I'm seeing...
I'm getting the same Exception as everyone else. Both with HedgeHog and now with Iguana. Didn't see this with Giraffe. It doesn't crash, if I goto File -> Open ->...
Are you on Windows? I haven't had freezing. No, problem other than Issue #7103. And I'm enjoying the UI of Iguana over previous versions. On Mon, Mar 18, 2024, at...