Mark Bowler

Results 12 comments of Mark Bowler

(The following has failed to resolve) Downgrade to stable, cleanup, cache etc etc, copy to new project, compile with --no-shrink... all failed, - Debug works perfectly with zero output problems...

Thanks mate - it works. I was hoping for better performance once I could get it to work in release mode but unfortunately its still unusably slow . I might...

This should be re-opened. The tool is useless for adjacent data extraction from static fields when its return text is totally out of order. There are actually those of us...

Is there even any beta/master channel work on this? It seems a rudimentary feature. Please convert the test functionality into runtime.

There are a number issues with this plugin. I've had the same issue constantly along with exceptions thrown for pages being too long to fit the multipage widget when they...

Hi @Renzo-Olivares and @ngugcx Ngugcx is correct. Gesture detector and Inkwell widgets should absolutely implement some sort of bool to override ontap() delay when ondoubletap() is implemented, especially on desktop....

> For now, you'll need to do the extract in an Isolate thread. Brendan, the core compression function seems to be efficiently multi-threaded, which is typically good, however on a...

> @sidetraxaudio I'm not sure what you mean by efficiently multthreaded. Dart is not multi-threaded beyond isolates, so running in an isolate would give you one thread for compression. @brendan-duncan...

> @sidetraxaudio I'm not sure what you mean by efficiently multthreaded. Dart is not multi-threaded beyond isolates, so running in an isolate would give you one thread for compression. Forget...

> There's the `pachage:archive/archive_io.dart` variant that has file stream classes to avoid having to load the entire archive file into memory. > > ```dart > import 'package:archive/archive_io.dart'; > void main()...