develocity
develocity
Hey guys, I am sorry, i totally forgot about my PR. I'll check your comments today.
@GRBurst commits are squashed, readme corrected, intend fixed, example code changed
Looking at the source code it seems that `UIImageJPEGRepresentation` can return nil in some cases in the `CompressHandler` class. then `FlutterStandardTypedData typedDataWithBytes:compressedData` in `CompressListHandler` crash.
I can create a pr if this repo is still active.
I have created that fixes the crashes on iOS for my app. Feel free to check it out: https://github.com/fluttercandies/flutter_image_compress/pull/220
I am still having this problem with the newest version of cached_network_image (3.2.1)
I am having the same problem. I am even getting out of memory exceptions.
I think it is because the tool overrides FLUTTER_TARGET which is used for the tests
Ok, the problem are the override of FLUTTER_TARGET in the xcconfig files. They break the integration_test as integration_test sets its own FLUTTER_TARGET which gets overridden. I would suggest that it...