SoftWyer

Results 16 comments of SoftWyer

This PR probably needs to implement the `OnCompleteListener` to close the frame. See [this example](https://github.com/rmtmckenzie/flutter_qr_mobile_vision/compare/master...SoftWyer:flutter_qr_mobile_vision:master).

It's probably due to the way Dart works with the IDE. Isolates are paused when the debugger is disconnected, [see this issue](https://github.com/Dart-Code/Dart-Code/issues/4066).

jpeg and png mostly. [More details in the docs](https://github.com/fluttercandies/flutter_image_compress#format).

Ahh, I *think* it compresses to the same format, at least there seems to be no option to supply input & output formats. How are you generating your image? If...

@xErik Thanks for that code snippet. I was transforming to animated PNG and needed to tweak the `pngBytesToGifBytes` method slightly. When building the `apng` it was necessary to add the...

I believe this is a bug. The CommonMark spec for [open tags and empty elements](https://spec.commonmark.org/0.29/#open-tag) allows this. The cause of this problem is the InlineHtmlSyntax that requires a space before...