William Verhaeghe

Results 41 comments of William Verhaeghe

@vanlooverenkoen The main reason I closed this is time, i'd love to give this package more love as it is being actively used, but that is not in my control...

There seems to be an issue with the ImageStreamListener. This is used to convert the imageProvider to a ui Image. unfortunately this returns an error (not throw an error, but...

I have some good news and some bad news. The issue I described above isn't entirely correct. The image is something weird, but actually has a certain width and height...

I've fixed the drawing, you can check it out [here](https://github.com/icapps/flutter-custom-image-crop/tree/bugfix/image-on-html-not-drawn-correct). The cropping itself is not working yet.

@MoeJaber we will not be merging your PR as you use another package for blurring and the branch is too outdated. I did however add the option to blur in...

Possibly the image you were using was to big, do you also have it on device and with other images?

For Flutter 3.29, the serviceworkerversion variable is no longer directly accessible in javascript, but the only change is to add a small js script in the index.html instead. See https://github.com/ikbendewilliam/plus_plugins/blob/feat/flutter-3.29/packages/package_info_plus/package_info_plus/example/web/index.html...

Can you add an example? What is different, is it the location, quality or something else?

I'm looking into #50 and I've noticed that if you set forceInsideCropArea (and imageFit), there may be inconsistencies. Please check again when I've been able to fix #50 and validate...

I just released version 0.1.1. Can you validate again with this version? Otherwise can you add the settings you use? Imagefit, forceInsideCropArea, etc?