Jonas Schalck
Jonas Schalck
I just upgraded to the kotlin version (3.0.0) and changed my worker to a `CoroutineWorker` since `Compressor.compress()` now needs a suspending method. However, now I get `java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError` every time....
Similar to this [issue](https://github.com/natario1/Egloo/issues/17), I see in the master branch that you already fixed it. Could you perhaps release a v1.0.1? Thanks a lot for your work!
When you deal with hundreds of strings, it's very useful to be able to organize them in blocks with comments. However, commenting inside Json is not supported. The IDE gives...
Hi, first of all thanks for the great job, I think this lib is awesome! Question: I need to add message status in form of an ImageView to all outcoming...
When caching a video, I need to save the mimeType and the file extension along with the data itself. Is there any way I can achieve this?
Solves #210.
It would be good if `.plural` could also support `namedArgs`, for the same reasons it's important for the `.tr()` method!
Using v0.7.0, the following code produces an error: ``` FlutterImageCompress.compressAndGetFile(file.path, _newPath, minWidth: _width, minHeight: _height, quality: 85, format: CompressFormat.webp, keepExif: true); ``` Xcode returns the following error with an iPhone8...
I'll skip the details, because this is an official issue opened here: [flutter ticket](https://github.com/flutter/flutter/issues/28831). There is also a fix [here](https://github.com/flutter/plugins/pull/1307). For some reason it doesn't get merged. I have experienced...
Hi, lib looks very nice. However, I already have lots of modules handling the display of messages (incoming or outgoing) and don't have an "empty activity". My question is: how...