rohd icon indicating copy to clipboard operation
rohd copied to clipboard

Put Dumper into a separate isolate to avoid simulation slow-down

Open mkorbel1 opened this issue 3 years ago • 1 comments

File operations might be a significant source of slowdown when running a simulation.

mkorbel1 avatar Sep 23 '21 18:09 mkorbel1

This could also be done probably with a sink instead of a separate isolate: https://api.flutter.dev/flutter/dart-io/File-class.html

mkorbel1 avatar Jul 26 '22 18:07 mkorbel1