SoftWyer

Results 12 comments of SoftWyer

I'll see if I can replicate the issue with the example. The `items` part of the DB schema captures the items in a user's collection and is structured as: ```...

> How can this issue be closed? This is a critical bug to follow. We should have a reference to the firebase ios sdk issue here and check this is...

@darshankawar I had a look at this again over the weekend. I can successfully reproduce the issue with the app, but trying to break this out into a smaller problem...

[serdes_json](https://pub.dev/packages/serdes_json) implements this idea already.

I hacked a quick fix for this issue that can be [seen here](https://github.com/rmtmckenzie/flutter_qr_mobile_vision/compare/master...SoftWyer:flutter_qr_mobile_vision:master). Just a case of moving where we close the image. There's a lot of image/frame 'close' handing...

You might be better off using the [Image library](https://pub.dev/packages/image) that is dart based and has a resize/compress option.

This library doesn't appear to support encoding an image, only decoding. The [blurhash library](https://pub.dev/packages/blurhash) should help as it has an [encode method](https://pub.dev/documentation/blurhash/latest/blurhash/BlurHash/encode.html).

Is this project dead? The PR hasn't been merged in 6 months and it's a deal breaker for running tests on a Windows platform. Whilst I could link to the...

I managed to get v25 to work from the Wiki page but had to **zoom the page in**. v40 did not seem to work at all. Caveat, I was using...

I can confirm this is an issue. I also think this project is dead as it is not being maintained.