extended_image icon indicating copy to clipboard operation
extended_image copied to clipboard

A powerful official extension library of image, which support placeholder(loading)/ failed state, cache network, zoom pan image, photo view, slide out page, editor(crop,rotate,flip), paint custom etc.

Results 80 extended_image issues
Sort by recently updated
recently updated
newest added

First thing first. Thanks for the amazing plugin. I really like this. While I using this, I got 2 major problems as I mentioned in the title. 1. Image get...

``` loadStateChanged: (ExtendedImageState state) { return ExtendedImageGesture( state, canScaleImage: (_) => false, ); }, // This method can solve the problem of forbidding zooming // But this method creates a...

I am trying to use extended_image in my onBackgroundHandler of firebase_messaging like ``` await getNetworkImageData(url, useCache: true); final cacheFlie = (await getCachedImageFile(url)); return cacheFlie; ``` I get this error -...

This is a great library. I just want some help as to how can we have animation while image is flipping. I could not find anything on the subject also...

Using the image library on web to apply the transformations is slow and freezes the UI. Using the following method instead of "cropImageDataWithDartLibrary" takes significantly less time and doesn't freeze...

help wanted

I had cropped this landscape photo in a vertical way with the custom ratio, so it got zoomed in. Now I am trying to get back the full landscape photo...

Some of the newer version (since 0.5.3) of `extended_image` has some **BREAKING CHANGES** that any SDK version below current stable cannot use this package normally. So in order to use...

note

Aspect is rotated when the image is rotated. It should not rotate, only the image should be rotated. Steps to reproduce the problem: 1. Select the image 2. Set the...

It is awesome and powerful library, but looks like it doesn't have so important and I hope simple in implementation feature to be able to rotate image on custom angle...

enhancement

I appreciate the detailed README for this package, but I had a lot of trouble understanding some parts of it. I needed to read the code to understand what it...