fluttercandies / flutter_image_compress

flutter image compress
MIT License
633 stars 214 forks source link

Fix crashes on iOS #220

Closed Klabauterman closed 2 years ago

Klabauterman commented 2 years ago

compressWithData might return nil. In that case the app crashes

This change resolved all crashes on iOS for my app

AlexV525 commented 2 years ago

We need a merge/rebase with the latest commit on the main branch,