Open monsieurtanuki opened 1 year ago
Can I work on this issue
@Skdahale Please work on it.
As far as I understand the referenced links, it should be a simple init in the main
and a compute
for each call.
Yes, but where is the reference link what is path
@Skdahale
Use
isolate
s for image compression (uploaded cropped JPEG) with the new flutter 3.7 feature: background isolate channels.
If you've coded something that you want to be merged, please create a branch locally and send a Pull Request.
Yes, sir but please check isn't correct
Don't worry, if you send a Pull Request that is not correct I'll let you know anyway.
Use
isolate
s for image compression (uploaded cropped JPEG) with the new flutter 3.7 feature: background isolate channels. With isolates we won't have the stuttering side-effect of intensive compression computations, e.g. the circular progress indicator when sending a new cropped image will play perfectly.Originally posted by @monsieurtanuki in https://github.com/openfoodfacts/smooth-app/issues/3682#issuecomment-1422180984
Part of
513