Tejas Mehta

Results 11 comments of Tejas Mehta

I'm facing this same issue, caching the file then loading for larger files proves to be an issue when reading the files on devices, especially lower performance android devices. Is...

Oh, my bad, that's right I forgot about the Scoped Storage stuff on Android. I'm still wondering if there's a way to speed up the process as caching is one...

Maybe we can add some sort of 'withDirect' parameter when opening the file which will stream the data directly from the platform (only applicable to android?). I'd be open to...

> What would you return to Dart in this case? I was thinking of a callback-style function that we can listen on in dart and add to a Stream with...

@miguelpruivo The `withReadStream` parameter helps in terms of convenience, but the stream is created from dart, so the file on Android has already been copied over to a locally accessible...

Also, please note that this does change the `xorMask` type to a `Data` as opposed to a `UInt8` since we've added support for multibyte values to be used as the...

@keeshux Just looking here again, should I add in a commit to update the README with the complete XOR functionality?

I am having this same problem as well, but it didn't seem to persist on iOS, only Android.

> > I am having this same problem as well, but it didn't seem to persist on iOS, only Android. > > @tmthecoder were you able to resolve this? Not...

@keeshux Sounds good, I'll run some tests on my setups